update for DWM QtWinExtras on PictureDialog
This commit is contained in:
parent
c7b0a8917e
commit
833bb90e4a
2 changed files with 36 additions and 10 deletions
|
|
@ -63,6 +63,7 @@ private slots:
|
|||
void exportCustomContextMenuRequestedPrivate(const QPoint &pos, bool fullscreen);
|
||||
void nextPictureRequestedSlot();
|
||||
void previousPictureRequestedSlot();
|
||||
void stylize();
|
||||
|
||||
signals:
|
||||
void nextPictureRequested();
|
||||
|
|
@ -72,6 +73,7 @@ signals:
|
|||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *ev);
|
||||
void mousePressEvent(QMouseEvent *ev);
|
||||
bool event(QEvent *event);
|
||||
|
||||
private:
|
||||
ProfileDatabase *profileDB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue