mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
added retina icons for YACReader
This commit is contained in:
21
YACReaderLibrary/options_dialog.h
Normal file
21
YACReaderLibrary/options_dialog.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef __OPTIONS_DIALOG_H
|
||||
#define __OPTIONS_DIALOG_H
|
||||
|
||||
#include "yacreader_options_dialog.h"
|
||||
|
||||
#include "yacreader_global.h"
|
||||
|
||||
using namespace YACReader;
|
||||
|
||||
class OptionsDialog : public YACReaderOptionsDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
OptionsDialog(QWidget * parent = 0);
|
||||
|
||||
public slots:
|
||||
void editApiKey();
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user