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
|
@ -6,8 +6,6 @@ class TitleBar;
|
|||
#include "PixWidget.h"
|
||||
#include "Button.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
class TitleBar : public PixWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue