Fixed typo in function name isSplashScreenDisabled()

This commit is contained in:
FranciscoPombal
2018-01-31 12:05:41 +00:00
parent e487b31877
commit 2ac3004762
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ private:
bool closeToTray() const;
#endif
bool startMinimized() const;
bool isSlashScreenDisabled() const;
bool isSplashScreenDisabled() const;
bool preventFromSuspend() const;
#ifdef Q_OS_WIN
bool WinStartup() const;