Skip to content

Commit

Permalink
disabled remaining calls to setScreensaverInhibited()
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridenko committed Nov 12, 2018
1 parent 2475d15 commit 433df52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/BluecherryApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void BluecherryApp::newVersionAvailable(const Version &newVersion)

void BluecherryApp::aboutToQuit()
{
setScreensaverInhibited(false);
//setScreensaverInhibited(false);
delete m_thumbnailManager;
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/BluecherryApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class BluecherryApp : public QObject
public slots:
void pauseLive();
void releaseLive();
void setScreensaverInhibited(bool inhibit);
// void setScreensaverInhibited(bool inhibit);
void commitDataRequest(QSessionManager &sessionManager);
void startUpdateChecker();
void stopUpdateChecker();
Expand Down

0 comments on commit 433df52

Please sign in to comment.