[nostalgia] Address CLion warnings

This commit is contained in:
2021-02-27 02:40:59 -06:00
parent 70168286ab
commit 936c922c1e
24 changed files with 63 additions and 124 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ class NOSTALGIASTUDIO_EXPORT Project: public QObject {
mutable ox::PassThroughFS m_fs;
public:
Project(QString path);
explicit Project(QString path);
~Project();
~Project() override;
void create();