#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