Patch by Roberto Raggi to replace show reimplementations with showEvent or setVisible, since show isn't virtual in Qt4.

svn path=/trunk/KDE/kdebase/workspace/; revision=646824
remotes/origin/Plasma/5.0
David Faure 19 years ago
parent 3ee016f50d
commit 16c9f2f228
  1. 3
      client.h

@ -517,8 +517,7 @@ class Client : public QObject, public KDecorationDefines
friend struct CheckIgnoreFocusStealingProcedure;
friend struct ResetupRulesProcedure;
friend class GeometryUpdatesPostponer;
void show() { assert( false ); } // SELI remove after Client is no longer QWidget
void hide() { assert( false ); }
virtual void setVisible(bool /*visible*/) { assert(false); } // SELI remove after Client is no longer QWidget
QTimer* demandAttentionKNotifyTimer;
friend bool performTransiencyCheck();

Loading…
Cancel
Save