mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
fixed lots of warnings
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
#define CONF_FILE_PATH "."
|
||||
#define SLIDE_ASPECT_RATIO 1.585
|
||||
|
||||
using namespace YACReader;
|
||||
|
||||
class Configuration : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -37,7 +39,7 @@
|
||||
QColor backgroundColor;
|
||||
|
||||
Configuration();
|
||||
Configuration(const Configuration & conf);
|
||||
//Configuration(const Configuration & conf);
|
||||
void load(const QString & path = CONF_FILE_PATH);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user