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
-3
View File
@@ -39,7 +39,6 @@
#include "widgets/helper/TitlebarButton.hpp"
namespace chatterino {
namespace widgets {
BaseWindow::BaseWindow(QWidget *parent, Flags _flags)
: BaseWidget(parent,
@@ -172,7 +171,6 @@ void BaseWindow::init()
// this->setWindowFlag(Qt::WindowStaysOnTopHint);
// }
#endif
} // namespace widgets
void BaseWindow::setStayInScreenRect(bool value)
{
@@ -686,5 +684,4 @@ void BaseWindow::calcButtonsSizes()
}
}
} // namespace widgets
} // namespace chatterino