mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Make automatic updates cancelable by the user
This commit is contained in:
@ -34,6 +34,7 @@ public:
|
||||
explicit YACReaderTitledToolBar(const QString &title, QWidget *parent = 0);
|
||||
|
||||
signals:
|
||||
void cancelOperationRequested();
|
||||
|
||||
public slots:
|
||||
void addAction(QAction *action);
|
||||
|
Reference in New Issue
Block a user