mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
added full ExtractCallback errors managementd to YACReader
This commit is contained in:
18
YACReaderLibrary/options_dialog.h
Normal file
18
YACReaderLibrary/options_dialog.h
Normal file
@ -0,0 +1,18 @@
|
||||
#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);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user