Skip to content

Commit

Permalink
Fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jul 8, 2021
1 parent 8a38e81 commit 419a3df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreservices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ void CoreServices::initialize(QApplication* pApp) {
XESetWireToError(QX11Info::display(), i, &__xErrorHandler);
}
}
#else
Q_UNUSED(pApp);
#endif

UserSettingsPointer pConfig = m_pSettingsManager->settings();
Expand Down

0 comments on commit 419a3df

Please sign in to comment.