~ubuntu-branches/ubuntu/saucy/kopete/saucy-updates

« back to all changes in this revision

Viewing changes to plugins/history/historyimport.h

  • Committer: Package Import Robot
  • Author(s): Howard Chan, Michał Zając, Howard Chan
  • Date: 2013-06-28 18:19:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628181957-oe71prbd9qv1ygop
Tags: 4:4.10.90-0ubuntu1
[ Michał Zając ]
* New upstream beta release

[ Howard Chan ]
* Delete the API patch since it's included in upstream now.
* Fix control file to make -dbg depend on main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                Kopete::Contact *other;
64
64
                QList<Message> messages;
65
65
                /**
66
 
                 * Comparison between the Message lists is not neccessary because we need this operator
 
66
                 * Comparison between the Message lists is not necessary because we need this operator
67
67
                 * only in displayLog() to get the index of this log in logs.
68
68
                 */
69
69
                bool operator==(const struct Log & cmp) {
108
108
        bool isNickIncoming(const QString &nick, struct Log *log);
109
109
 
110
110
        /**
111
 
         * Trys to extract the time from @param string using formats specified in timeFormats.
 
111
         * Tries to extract the time from @param string using formats specified in timeFormats.
112
112
         * @param ref is used when @param string doesn't contain a date or to adjust a found date.
113
113
         * @param ref is taken from the filename of the log.
114
114
         */