X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=EventFormats%2FSymbianEventLog.h;fp=EventFormats%2FSymbianEventLog.h;h=d7e55c0f8b358ff76c38025ec954ee655b37c484;hb=43c287cf53b85a8a347ae12ce8d938b256357ce3;hp=0000000000000000000000000000000000000000;hpb=1672d85141d3ee1ac7f2996c122f3f9ed974b702;p=qwerkisync diff --git a/EventFormats/SymbianEventLog.h b/EventFormats/SymbianEventLog.h new file mode 100644 index 0000000..d7e55c0 --- /dev/null +++ b/EventFormats/SymbianEventLog.h @@ -0,0 +1,31 @@ +/* + * Copyright (C) 2011, Jamie Thompson + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; If not, see + * . + */ + +#ifndef EVENTFORMATS_SYMBIANEVENTLOG_H +#define EVENTFORMATS_SYMBIANEVENTLOG_H + +template class QHash; +class QString; + +class SymbianEventLog +{ +public: + typedef QHash StringsLookup; +}; + +#endif // EVENTFORMATS_SYMBIANEVENTLOG_H