[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
+1 -2
View File
@@ -25,8 +25,7 @@ Project::Project(QString path): m_fs(path.toUtf8()) {
m_path = path;
}
Project::~Project() {
}
Project::~Project() = default;
void Project::create() {
QDir().mkpath(m_path);