Skip to content
Snippets Groups Projects
Commit 14e670c9 authored by barun511's avatar barun511 Committed by Hugo Beauzée-Luyssen
Browse files

Removes an unnecessary check for Qt 4


This change is made as we are no longer supporting Qt4, so the code is unused, and will never be executed.

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 821eee88
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,6 @@ VLMCGuimain( int argc, char **argv )
XInitThreads();
#endif
#if QT_VERSION < QT_VERSION_CHECK(5,0,0)
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
#endif
QApplication app( argc, argv );
Backend::IBackend* backend;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment