2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +00:00

Build fixed for QtCreator. Linux libs loading order changed.

This commit is contained in:
John Preston
2016-06-16 20:20:58 +03:00
parent 8e78cfed85
commit 7a9dfb50e1
9 changed files with 672 additions and 514 deletions

View File

@@ -436,7 +436,7 @@ void MainWindow::init() {
setWindowIcon(wndIcon);
Application::instance()->installEventFilter(this);
connect(windowHandle(), SIGNAL(windowStateChanged(Qt::WindowState)), this, SLOT(stateChanged(Qt::WindowState)));
connect(windowHandle(), SIGNAL(windowStateChanged(Qt::WindowState)), this, SLOT(onStateChanged(Qt::WindowState)));
connect(windowHandle(), SIGNAL(activeChanged()), this, SLOT(checkHistoryActivation()), Qt::QueuedConnection);
QPalette p(palette());