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