removed namespaces
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
namespace commands {
|
||||
|
||||
struct Command {
|
||||
QString name;
|
||||
@@ -17,6 +15,4 @@ struct Command {
|
||||
QString toString() const;
|
||||
};
|
||||
|
||||
} // namespace commands
|
||||
} // namespace controllers
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user