aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/coverviewer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/coverviewer_p.h')
-rw-r--r--src/qmmpui/coverviewer_p.h9
1 files changed, 4 insertions, 5 deletions
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;
};