Cppcheck warnings.
--HG-- branch : develop
This commit is contained in:
parent
7673deade8
commit
b3d53e5a0b
|
@ -94,7 +94,6 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con
|
||||||
context.function);
|
context.function);
|
||||||
messageBox.exec();
|
messageBox.exec();
|
||||||
abort();
|
abort();
|
||||||
break;
|
|
||||||
case QtFatalMsg:
|
case QtFatalMsg:
|
||||||
messageBox.setIcon(QMessageBox::Critical);
|
messageBox.setIcon(QMessageBox::Critical);
|
||||||
messageBox.setInformativeText(msg);
|
messageBox.setInformativeText(msg);
|
||||||
|
@ -103,7 +102,6 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con
|
||||||
context.function);
|
context.function);
|
||||||
messageBox.exec();
|
messageBox.exec();
|
||||||
abort();
|
abort();
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,6 +129,8 @@ protected:
|
||||||
|
|
||||||
//! The data
|
//! The data
|
||||||
VPropertySetPrivate* d_ptr;
|
VPropertySetPrivate* d_ptr;
|
||||||
|
private:
|
||||||
|
Q_DISABLE_COPY(VPropertySet)
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user