]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.h
Port away from KGlobalSettings::singleClick() and use the mouse kcm module instead...
[dolphin.git] / src / kitemviews / kitemlistcontroller.h
index ed5b71615d64e243294e9cf16fdb9385d7415f10..2824a1fc9aebe625f85e82279111735bbec4bdb9 100644 (file)
@@ -129,7 +129,7 @@ public:
     /**
      * If set to true, the signals itemActivated() and itemsActivated() are emitted
      * after a single-click of the left mouse button. If set to false (the default),
-     * the setting from KGlobalSettings::singleClick() is used.
+     * the setting from style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick) is used.
      */
     void setSingleClickActivationEnforced(bool singleClick);
     bool singleClickActivationEnforced() const;