Remove "using namespace" from header files and change std::strings to QStrings.
This commit is contained in:
parent
8fb689d163
commit
24f699beb4
6 changed files with 9 additions and 21 deletions
2
Button.h
2
Button.h
|
@ -3,8 +3,6 @@
|
|||
|
||||
#include "PixWidget.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Button : public PixWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue