rssguard/src/gui/systemtrayicon.h

19 lines
292 B
C
Raw Normal View History

#ifndef SYSTEMTRAYICON_H
#define SYSTEMTRAYICON_H
#include <QSystemTrayIcon>
class SystemTrayIcon : public QSystemTrayIcon {
Q_OBJECT
public:
explicit SystemTrayIcon(QObject *parent = 0);
signals:
public slots:
};
#endif // SYSTEMTRAYICON_H