mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
chore: remove a redundant using namespace
declaration (#2303)
This commit is contained in:
parent
a539b821e2
commit
89c74e03d6
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
using namespace chatterino;
|
|
||||||
|
|
||||||
QSet<SplitContainer *> openPages()
|
QSet<SplitContainer *> openPages()
|
||||||
{
|
{
|
||||||
QSet<SplitContainer *> pages;
|
QSet<SplitContainer *> pages;
|
||||||
|
|
Loading…
Reference in a new issue