mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
removed some ugly defines
This commit is contained in:
@ -63,7 +63,7 @@ class NotificationsLabelWidget;
|
||||
bool magnifyingGlassIsVisible() {return magnifyingGlassShowed;}
|
||||
void setBookmark(bool);
|
||||
void save();
|
||||
void doublePageSwitch();
|
||||
void doublePageSwitch();
|
||||
void resetContent();
|
||||
void setLoadingMessage();
|
||||
void setPageUnavailableMessage();
|
||||
@ -112,6 +112,7 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
||||
QTimer * hideCursorTimer;
|
||||
int direction;
|
||||
bool drag;
|
||||
int numScrollSteps;
|
||||
|
||||
//!Widgets
|
||||
QLabel *content;
|
||||
|
Reference in New Issue
Block a user