fixed YACReader compilation, removed debug code commited by mistake

This commit is contained in:
Luis Ángel San Martín
2016-03-25 18:59:53 +01:00
parent 6df834d5c9
commit 57e9b6c481
2 changed files with 0 additions and 14 deletions

View File

@ -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()