major 'firzifikation'
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
#include <xqexception.h>
|
||||
|
||||
//! firz
|
||||
|
||||
XQException::XQException(const QString& what, const QString& param )
|
||||
: std::runtime_error( param.isEmpty() ? what.toStdString() : QString( "%1: %2" ).arg(what,param).toStdString( ) )
|
||||
{}
|
||||
|
Reference in New Issue
Block a user