common: Remove the lastAwayMessage Q_PROPERTY declaration
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 23 May 2018 21:01:41 +0000 (23:01 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 23 May 2018 22:33:28 +0000 (00:33 +0200)
commitb20c8a054c9d684828e4975126adb63b498a05f8
tree17a9877a4470379069d3f21af4e4436687ce76c9
parent56f686f70bbb212d83803be88adec6fdd225ea8e
common: Remove the lastAwayMessage Q_PROPERTY declaration

Since this property is only synced by pre-0.13 cores, and not used
by any released clients, it doesn't need to be marked as a Q_PROPERTY.

Also avoids a warning for the property not having a getter.
src/common/ircuser.h