more commenting
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <xqexception.h>
|
||||
|
||||
//! firz
|
||||
//! erzeugt einen std::runtime_error mit text und optionalem parameter
|
||||
|
||||
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