Fix msvc compilation warnings

This commit is contained in:
Christophe Dumez
2010-06-07 09:50:14 +00:00
parent 1288c7092b
commit bd51ffd7ca
2 changed files with 2 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ void sigabrtHandler(int) {
#ifndef DISABLE_GUI
void useStyle(QApplication *app, QString style){
Q_UNUSED(app);
if(!style.isEmpty()) {
QApplication::setStyle(QStyleFactory::create(style));
}