Skip to content

Commit

Permalink
To make building successfull wi Desktop Qt 5.4.0 MSVC2012 OpenGL 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxqc committed Jun 27, 2015
1 parent 34200cc commit bcf07af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
process(new QProcess(this)),
keygen(NULL),
tray(NULL),
fusedav(this)
{
// connect(process.data(), SIGNAL(readyReadStandardOutput()), this, SLOT(readyRead()));
Expand Down
4 changes: 2 additions & 2 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ private slots:
QStringList env;
QQueue<execQueueItem> *execQueue;
bool firstRun;
QDialog *keygen = NULL;
QDialog *keygen;
QString currentDir;
QHash<QString, QString> profiles;
QString profile;
bool startupPhase;
trayIcon *tray = NULL;
trayIcon *tray;
bool useTrayIcon;
bool hideOnClose;
void updateText();
Expand Down

0 comments on commit bcf07af

Please sign in to comment.