mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Fixed build warning.
This commit is contained in:
parent
01d8689a05
commit
e313c7bfde
@ -101,7 +101,7 @@
|
|||||||
#define MENU_RECEIVER mApp->macMenuReceiver()
|
#define MENU_RECEIVER mApp->macMenuReceiver()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const QString QupZilla::VERSION = "1.4.0";
|
const QString QupZilla::VERSION = "1.5.0";
|
||||||
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
|
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
|
||||||
const QString QupZilla::AUTHOR = "David Rosca";
|
const QString QupZilla::AUTHOR = "David Rosca";
|
||||||
const QString QupZilla::COPYRIGHT = "2010-2013";
|
const QString QupZilla::COPYRIGHT = "2010-2013";
|
||||||
@ -192,8 +192,8 @@ void QupZilla::postLaunch()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
case Qz::BW_MacFirstWindow:
|
case Qz::BW_MacFirstWindow:
|
||||||
|
#ifdef Q_OS_MAC
|
||||||
QTimer::singleShot(0, this, SLOT(refreshStateOfAllActions()));
|
QTimer::singleShot(0, this, SLOT(refreshStateOfAllActions()));
|
||||||
#endif
|
#endif
|
||||||
case Qz::BW_NewWindow:
|
case Qz::BW_NewWindow:
|
||||||
|
Loading…
Reference in New Issue
Block a user