X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ec861fd2690007ed996138f3d845f507c721f4af..39f89141b06c:/src/views/selectiontoggle.h diff --git a/src/views/selectiontoggle.h b/src/views/selectiontoggle.h index 26aa30050..210f1a3aa 100644 --- a/src/views/selectiontoggle.h +++ b/src/views/selectiontoggle.h @@ -82,9 +82,6 @@ private slots: void setIconOverlay(bool checked); void refreshIcon(); - void applyArrowCursor(); - void restoreCursor(); - private: void startFading(); void stopFading(); @@ -92,7 +89,6 @@ private: private: bool m_isHovered; bool m_leftMouseButtonPressed; - bool m_appliedArrowCursor; int m_fadingValue; int m_margin; QPixmap m_icon;