Revert a patch which shouldn't had been into this commit as it
is specific to Qt 5.15 and need a #define Signed-off-by: vejmarie <jmverdun3@gmail.com>
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
void setIcon(const QPixmap & icon);
|
||||
/** Returns icon of the ActionBox.
|
||||
*/
|
||||
inline QPixmap icon() { return iconLabel->pixmap(Qt::ReturnByValue); }
|
||||
inline const QPixmap* icon() const { return iconLabel->pixmap(); }
|
||||
|
||||
/** Returns header item of the ActionBox.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user