fixed snarl backend build
This commit is contained in:
parent
9ea3dbc865
commit
adbe380b7a
|
@ -37,7 +37,7 @@ Q_EXPORT_PLUGIN2(snarl,SnarlBackend)
|
|||
|
||||
class SnarlBackend::SnarlWidget:public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
//Q_OBJECT
|
||||
public:
|
||||
SnarlWidget(SnarlBackend * snarl):
|
||||
m_snarl(snarl)
|
||||
|
@ -211,10 +211,4 @@ void SnarlBackend::closeNotification(Notification notification){
|
|||
activeNotifications.remove(notification.id());
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#include "snarl.moc"
|
||||
|
|
|
@ -46,6 +46,4 @@ public slots:
|
|||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // SNARL_BACKEND_H
|
||||
|
|
Loading…
Reference in New Issue