X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;h=4eadff9e0e39bb4c27259c7cb0d8b3e0d8b7f84a;hp=aee2e4a8116fd19e047eb8d7d099faeb205c1f7a;hb=946e79e0243dda74433016060f12abc65883f243;hpb=4c83963b1d77f4c2dbae606876be0eee59f53dae diff --git a/src/common/identity.cpp b/src/common/identity.cpp index aee2e4a8..4eadff9e 100644 --- a/src/common/identity.cpp +++ b/src/common/identity.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -184,7 +184,7 @@ void Identity::setQuitReason(const QString &reason) { /*** ***/ -void Identity::update(const Identity &other) { +void Identity::copyFrom(const Identity &other) { for(int idx = staticMetaObject.propertyOffset(); idx < staticMetaObject.propertyCount(); idx++) { QMetaProperty metaProp = staticMetaObject.property(idx); Q_ASSERT(metaProp.isValid());