fix -Wextra in Image

This commit is contained in:
wmayer
2016-09-22 14:23:25 +02:00
parent 2af6bb6e49
commit e6c01b7227
3 changed files with 11 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ CmdImageOpen::CmdImageOpen()
void CmdImageOpen::activated(int iMsg)
{
Q_UNUSED(iMsg);
// add all supported QImage formats
QString formats;
QTextStream str(&formats);
@@ -102,6 +104,8 @@ CmdCreateImagePlane::CmdCreateImagePlane()
void CmdCreateImagePlane::activated(int iMsg)
{
Q_UNUSED(iMsg);
QString formats;
QTextStream str(&formats);
str << QObject::tr("Images") << " (";