/*
This file is part of the KDE project
- SPDX-FileCopyrightText: 2020 Felix Ernst <fe.a.ernst@gmail.com>
+ SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@zohomail.eu>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#include <QProxyStyle>
+namespace SelectionMode
+{
+
/**
- * @todo write docs
+ * @brief A simple proxy style to temporarily make single click select and not activate
+ *
+ * @see QProxyStyle
*/
class SingleClickSelectionProxyStyle : public QProxyStyle
{
}
};
+}
+
#endif // SINGLECLICKSELECTIONPROXYSTYLE_H