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(Qt5Qml)
|
||||||
BuildRequires: pkgconfig(Qt5Quick)
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libkeepalive
|
BuildRequires: libkeepalive-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Prolong your battery life.
|
Prolong your battery life.
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#define MYNOTIFICATION_H
|
#define MYNOTIFICATION_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QTimer>
|
|
||||||
#include <QMediaPlayer>
|
#include <QMediaPlayer>
|
||||||
#include <nemonotifications-qt5/notification.h>
|
#include <nemonotifications-qt5/notification.h>
|
||||||
#include "profile.h"
|
#include "profile.h"
|
||||||
|
|
Loading…
Reference in a new issue