From 16bb56a600c97ff5e1eb48f66755de8118561aa8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 14 Jun 2016 19:30:25 +0000 Subject: fixed unicode support (#854) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6451 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index fc902d37f..f9702b00a 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2013 by Ilya Kotov * + * Copyright (C) 2006-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -52,7 +52,7 @@ int main(int argc, char *argv[]) qt_translator.load(QLibraryInfo::location (QLibraryInfo::TranslationsPath) + "/qt_" + locale); a.installTranslator(&qt_translator); - QMMPStarter starter(argc,argv); + QMMPStarter starter; Q_UNUSED(starter) a.setQuitOnLastWindowClosed(false); -- cgit v1.2.3-13-gbd6f