#1292 Fixed CppCheck Issues in UserInterface

This commit is contained in:
Jacob Støren
2017-03-06 11:19:51 +01:00
parent 1275279528
commit bd688f7ce8
17 changed files with 23 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ class RiuRecentFileActionProvider : public QObject
Q_OBJECT
public:
RiuRecentFileActionProvider(int maxActionCount = 9);
explicit RiuRecentFileActionProvider(int maxActionCount = 9);
~RiuRecentFileActionProvider();
void addFileName(const QString& fileName);