mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
plasma: remove declaration of non-existing Plasma::WindowPreview::previewsAvailable() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0a43f48a5c
commit
def76d2d7c
1 changed files with 0 additions and 3 deletions
|
@ -40,8 +40,6 @@ class WindowPreview : public QWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static bool previewsAvailable();
|
||||
|
||||
WindowPreview(QWidget *parent = 0);
|
||||
|
||||
void setWindowIds(const QList<WId> w);
|
||||
|
@ -62,7 +60,6 @@ protected:
|
|||
void leaveEvent(QEvent *event);
|
||||
|
||||
private:
|
||||
|
||||
QList<WId> ids;
|
||||
mutable QList<QSize> windowSizes;
|
||||
QList <QRect> m_thumbnailRects;
|
||||
|
|
Loading…
Add table
Reference in a new issue