Fix BuildRequires, remove unneeded include
This commit is contained in:
parent
08b577f7ad
commit
30cdf710d2
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,7 @@ BuildRequires: pkgconfig(Qt5Core)
|
|||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libkeepalive
|
||||
BuildRequires: libkeepalive-devel
|
||||
|
||||
%description
|
||||
Prolong your battery life.
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#define MYNOTIFICATION_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
#include <QMediaPlayer>
|
||||
#include <nemonotifications-qt5/notification.h>
|
||||
#include "profile.h"
|
||||
|
|
Loading…
Reference in a new issue