As the comment says, these don't need to be slots anymore.

svn path=/trunk/kdebase/kwin/; revision=291845
remotes/origin/Plasma/5.0
Luboš Luňák 22 years ago
parent b3547b4059
commit 6905d4530a
  1. 1
      client.h

@ -266,7 +266,6 @@ class Client : public QObject, public KDecorationDefines
static bool belongToSameApplication( const Client* c1, const Client* c2, bool active_hack = false );
static void readIcons( Window win, QPixmap* icon, QPixmap* miniicon );
public slots: // FRAME these probably don't need to be slots anymore
void minimize();
void unminimize();
void closeWindow();

Loading…
Cancel
Save