forked from Public/monero-gui
dashboard + few tipitem fix + shortcuts
This commit is contained in:
4
filter.h
4
filter.h
@@ -9,6 +9,7 @@ class filter : public QObject
|
||||
|
||||
private:
|
||||
bool m_ctrlPressed;
|
||||
bool m_mousePressed;
|
||||
|
||||
public:
|
||||
explicit filter(QObject *parent = 0);
|
||||
@@ -19,6 +20,9 @@ protected:
|
||||
signals:
|
||||
void ctrlPressed();
|
||||
void ctrlReleased();
|
||||
void sequencePressed(const QVariant &seq);
|
||||
void mousePressed(const QVariant &o, const QVariant &x, const QVariant &y);
|
||||
void mouseReleased(const QVariant &o, const QVariant &x, const QVariant &y);
|
||||
};
|
||||
|
||||
#endif // FILTER_H
|
||||
|
||||
Reference in New Issue
Block a user