summaryrefslogtreecommitdiffstats
path: root/src/widget/wsingletoncontainer.h
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-07 21:08:48 -0600
committerBe <be@mixxx.org>2020-12-07 21:08:48 -0600
commit3085bbe95107fd789a8a966dfeb341cfe74cfad8 (patch)
tree7aac36fca1cce483218b3f06435d218283f156e3 /src/widget/wsingletoncontainer.h
parent7d82224170a6e9b9a9242b65c2ccb82ba749949a (diff)
merge 2.3
Diffstat (limited to 'src/widget/wsingletoncontainer.h')
-rw-r--r--src/widget/wsingletoncontainer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/widget/wsingletoncontainer.h b/src/widget/wsingletoncontainer.h
index 168e263ad4..f5e6c4a375 100644
--- a/src/widget/wsingletoncontainer.h
+++ b/src/widget/wsingletoncontainer.h
@@ -44,8 +44,7 @@
// in the skin. Note that if a Singleton is visible twice at the same time,
// behavior is undefined and could be crashy.
-#ifndef WSINGLETONCONTAINER_H
-#define WSINGLETONCONTAINER_H
+#pragma once
#include <QPointer>
@@ -83,6 +82,3 @@ class SingletonMap {
private:
QMap<QString, QWidget*> m_singletons;
};
-
-
-#endif // WSINGLETONCONTAINER_H