From f873e408d97f494837f9ec2ef0e00ad484f3b88b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 16 Sep 2018 19:58:23 +0000 Subject: cover editor: implemented remaining functions git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8305 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/coverviewer_p.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qmmpui/coverviewer_p.h') diff --git a/src/qmmpui/coverviewer_p.h b/src/qmmpui/coverviewer_p.h index 53d7702ad..dbe3ba65b 100644 --- a/src/qmmpui/coverviewer_p.h +++ b/src/qmmpui/coverviewer_p.h @@ -40,13 +40,17 @@ public: void setPixmap(const QPixmap&); bool hasPixmap() const; + const QPixmap &pixmap() const; public slots: void saveAs(); + void load(); + void clear(); private: void paintEvent(QPaintEvent *); QPixmap m_pixmap; + QString m_lastDir; }; #endif -- cgit v1.2.3-13-gbd6f