mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Added comic vine API key input dialog, YACReader's api key will not longer be used. The user will be responsible for getting his/her own API key.
This commit is contained in:
@ -12,6 +12,9 @@ class OptionsDialog : public YACReaderOptionsDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
OptionsDialog(QWidget * parent = 0);
|
||||
|
||||
public slots:
|
||||
void editApiKey();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user