diff options
Diffstat (limited to 'src/selectionmode/backgroundcolorhelper.h')
| -rw-r--r-- | src/selectionmode/backgroundcolorhelper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selectionmode/backgroundcolorhelper.h b/src/selectionmode/backgroundcolorhelper.h index 013d33685..8d2730fcf 100644 --- a/src/selectionmode/backgroundcolorhelper.h +++ b/src/selectionmode/backgroundcolorhelper.h @@ -15,6 +15,9 @@ class QWidget; +namespace SelectionMode +{ + /** * @brief A Singleton class for managing the colors of selection mode widgets. */ @@ -42,4 +45,6 @@ private: static BackgroundColorHelper *s_instance; }; +} + #endif // BACKGROUNDCOLORHELPER_H |
