remove warning about extra tokens at end of #endif directive

This commit is contained in:
Andrew Meadows 2014-09-11 15:04:31 -07:00
parent 93864ee869
commit 2ffbdbec8c

View file

@ -3370,7 +3370,7 @@ void Application::updateWindowTitle(){
#ifndef WIN32
// crashes with vs2013/win32
qDebug("Application title set to: %s", title.toStdString().c_str());
#endif !WIN32
#endif // !WIN32
_window->setWindowTitle(title);
}