1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-05 07:02:51 +02:00

Improved error reporting.

Cosmetics.
This commit is contained in:
2017-01-02 23:01:50 +01:00
parent ea178d1acb
commit 3e340ab941
4 changed files with 111 additions and 104 deletions

View File

@ -462,7 +462,7 @@ void GraphView::useOpenGL(bool use)
#ifdef Q_OS_WIN32
if (QSysInfo::WindowsVersion >= QSysInfo::WV_VISTA)
#endif // Q_OS_WIN32
setViewport(new OPENGL_WIDGET);
setViewport(new OPENGL_WIDGET);
} else
setViewport(new QWidget);
}