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)
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.


No differences found