Fix all - 2 cppcheck performance hints
This commit is contained in:
@@ -97,7 +97,7 @@ void FavoritBrowser::addPressed ()
|
||||
return;
|
||||
}
|
||||
|
||||
iter++;
|
||||
++iter;
|
||||
}
|
||||
|
||||
Glib::RefPtr<Gio::File> hfile = Gio::File::create_for_parse_name (lastSelectedDir);
|
||||
|
Reference in New Issue
Block a user