removed namespaces

This commit is contained in:
fourtf
2018-06-26 16:37:59 +02:00
parent 15abedd869
commit 2df0566492
273 changed files with 43 additions and 826 deletions
@@ -1,8 +1,6 @@
#include "CommandModel.hpp"
namespace chatterino {
namespace controllers {
namespace commands {
// commandmodel
CommandModel::CommandModel(QObject *parent)
@@ -25,6 +23,4 @@ void CommandModel::getRowFromItem(const Command &item, std::vector<QStandardItem
row[1]->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable | Qt::ItemIsEditable);
}
} // namespace commands
} // namespace controllers
} // namespace chatterino