mirror of
https://github.com/YACReader/yacreader
synced 2025-09-08 06:14:53 -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