mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
fixed YACReader compilation, removed debug code commited by mistake
This commit is contained in:
@ -22,9 +22,6 @@
|
||||
|
||||
#include <QFile>
|
||||
|
||||
#include <QtPlatformHeaders/QWindowsWindowFunctions>
|
||||
|
||||
|
||||
Viewer::Viewer(QWidget * parent)
|
||||
:QScrollArea(parent),
|
||||
currentPage(0),
|
||||
@ -128,9 +125,6 @@ zoom(100)
|
||||
informationLabel = new PageLabelWidget(this);
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
if(this->windowHandle())
|
||||
QWindowsWindowFunctions::setHasBorderInFullScreen(this->windowHandle(), true);
|
||||
}
|
||||
|
||||
Viewer::~Viewer()
|
||||
|
Reference in New Issue
Block a user