mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
fixed YACReader compilation, removed debug code commited by mistake
This commit is contained in:
@ -14,8 +14,6 @@
|
||||
#include "configuration.h"
|
||||
#include "exit_check.h"
|
||||
|
||||
#include <QtPlatformHeaders/QWindowsWindowFunctions>
|
||||
|
||||
#include "QsLog.h"
|
||||
#include "QsLogDest.h"
|
||||
|
||||
@ -143,12 +141,6 @@ int main(int argc, char * argv[])
|
||||
app.installTranslator(&translator);
|
||||
MainWindowViewer * mwv = new MainWindowViewer();
|
||||
|
||||
QWindow * w = mwv->windowHandle();
|
||||
|
||||
QString s_data = QString::fromLocal8Bit(QWindowsWindowFunctions::setHasBorderInFullScreenIdentifier());
|
||||
|
||||
qDebug() << s_data << "---";
|
||||
|
||||
//parser code for comic loading needs to be processed after MainWindowViewer creation
|
||||
//if we have a valid request, open it - if not, load normally
|
||||
if (argc > 1)
|
||||
|
Reference in New Issue
Block a user