forked from qt-creator/qt-creator
ImageViewer: De-slot
Change-Id: If488718679d31fd184b99c9ceb5004f15fb0a90b Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
63a691b5de
commit
24a922cb28
@@ -54,7 +54,6 @@ public:
|
||||
|
||||
IEditor *duplicate() override;
|
||||
|
||||
public slots:
|
||||
void exportImage();
|
||||
void imageSizeUpdated(const QSize &size);
|
||||
void scaleFactorUpdate(qreal factor);
|
||||
@@ -68,12 +67,10 @@ public slots:
|
||||
void updateToolButtons();
|
||||
void togglePlay();
|
||||
|
||||
private slots:
|
||||
void playToggled();
|
||||
|
||||
private:
|
||||
ImageViewer(const QSharedPointer<ImageViewerFile> &document, QWidget *parent = 0);
|
||||
void ctor();
|
||||
void playToggled();
|
||||
void updatePauseAction();
|
||||
|
||||
struct ImageViewerPrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user