summaryrefslogtreecommitdiffstats
path: root/general/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'general/Exception.h')
-rw-r--r--general/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/Exception.h b/general/Exception.h
index c5eacd4e..96788567 100644
--- a/general/Exception.h
+++ b/general/Exception.h
@@ -30,7 +30,7 @@ class Exception
{
}
- QString getMsg() const
+ QString message() const
{
return QString("%1: %2").arg(m_className).arg(m_error);
}