~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to plugins/history/historyimport.h

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        int countLogs(QDir dir, int depth);
103
103
 
104
104
        /**
105
 
         * Checks if nickname @param nick can be mapped to either @param log ->me or @param log ->other.
106
 
         * If not it asks the user if it is his nickname or someone elses.
107
 
         */
108
 
        bool isNickIncoming(const QString &nick, struct Log *log);
109
 
 
110
 
        /**
111
105
         * Tries to extract the time from @param string using formats specified in timeFormats.
112
106
         * @param ref is used when @param string doesn't contain a date or to adjust a found date.
113
107
         * @param ref is taken from the filename of the log.