X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=EventTypes%2FRtcomEvent.h;fp=EventTypes%2FRtcomEvent.h;h=c4a13417b6a24de09a8f2b14275e79ba5f572ec4;hb=6f10c189c55e152e9e81f92ff04a082be3a0d167;hp=27e44fbf53aabd0157ea250e76b9cc7a05b93466;hpb=7e009a8d18177f4f482cc088ab19dc34819d9149;p=qwerkisync diff --git a/EventTypes/RtcomEvent.h b/EventTypes/RtcomEvent.h index 27e44fb..c4a1341 100644 --- a/EventTypes/RtcomEvent.h +++ b/EventTypes/RtcomEvent.h @@ -22,6 +22,7 @@ #include "iEvent.h" #include // Needed for default value +class QString; class _RTComElAttachment; typedef _RTComElAttachment RTComElAttachment; @@ -44,6 +45,8 @@ namespace EventTypes virtual RTComElEvent * toRTComEvent(const NumberToNameLookup &numberToNameLookup) const = 0; static void freeRTComContents(RTComElEvent &event); + + const unsigned int GetFlagValue(const QString &value) const; }; }