Remove the STORED attribute from Q_PROPERTY declarations
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 15 Feb 2014 20:55:30 +0000 (21:55 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 15 Feb 2014 21:01:02 +0000 (22:01 +0100)
commit9c7d754dd853d40ed8d0464762afebf7ec1034e5
tree66e7734adb17172b8701d96c6e148fa067e7891c
parent2e9855c688c827b2159fbb548bf816de360e3ae3
Remove the STORED attribute from Q_PROPERTY declarations

Due to some lack of documentation reading and consequential misunderstanding
of what the STORED=false attribute means for a QProperty, we still had some
really old headers wrongly declaring those.

I'm not aware of any effect on anything that having those has, but better
to just clean those up.
src/common/identity.h
src/common/ircchannel.h
src/common/ircuser.h
src/common/network.h