From b7c2393ecb906cb529c16e23e62550ebf09fb2ef Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 16 Sep 2018 10:47:33 +0000 Subject: partial cover editor form implementation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8296 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/coverviewer_p.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/qmmpui/coverviewer_p.h') diff --git a/src/qmmpui/coverviewer_p.h b/src/qmmpui/coverviewer_p.h index bef464bc0..53d7702ad 100644 --- a/src/qmmpui/coverviewer_p.h +++ b/src/qmmpui/coverviewer_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2017 by Ilya Kotov * + * Copyright (C) 2017-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -39,14 +39,13 @@ public: ~CoverViewer(); void setPixmap(const QPixmap&); + bool hasPixmap() const; -protected: - void paintEvent(QPaintEvent *); - -private slots: +public slots: void saveAs(); private: + void paintEvent(QPaintEvent *); QPixmap m_pixmap; }; -- cgit v1.2.3-13-gbd6f