started to file updating for linux build
This commit is contained in:
parent
40ab540179
commit
39de79d3cd
6 changed files with 130 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ NotificationHandler* NotificationHandler::create(QObject* parent) {
|
|||
#else
|
||||
|
||||
# if defined(Q_OS_LINUX)
|
||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl()) {
|
||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl() == true) {
|
||||
return new LinuxSystemTrayNotificationHandler(parent);
|
||||
}
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue