Cppcheck warnings.

--HG--
branch : develop
This commit is contained in:
dismine 2014-09-20 18:18:15 +03:00
parent 7673deade8
commit b3d53e5a0b
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,6 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con
context.function);
messageBox.exec();
abort();
break;
case QtFatalMsg:
messageBox.setIcon(QMessageBox::Critical);
messageBox.setInformativeText(msg);
@ -103,7 +102,6 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con
context.function);
messageBox.exec();
abort();
break;
default:
break;
}

View file

@ -129,6 +129,8 @@ protected:
//! The data
VPropertySetPrivate* d_ptr;
private:
Q_DISABLE_COPY(VPropertySet)
};
}