add notification module

fix definition of network deivce
This commit is contained in:
arcan1s
2014-09-02 04:30:43 +04:00
parent a5c352bc06
commit b61d514cb2
9 changed files with 86 additions and 53 deletions

View File

@ -36,6 +36,7 @@ protected:
void mousePressEvent(QGraphicsSceneMouseEvent *event);
private:
AwesomeWidget *widget;
bool debug;
bool enablePopup;
};