From kde-commits Sun Sep 28 10:24:10 2008 From: Thorsten Staerk Date: Sun, 28 Sep 2008 10:24:10 +0000 To: kde-commits Subject: KDE/kdepim/kontactinterfaces Message-Id: <1222597450.422659.6162.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122259745916432 SVN commit 865595 by tstaerk: Practical experience: explanation of tips file is needed. M +2 -0 plugin.h --- trunk/KDE/kdepim/kontactinterfaces/plugin.h #865594:865595 @@ -172,6 +172,8 @@ /** Reimplement this method and return the a path relative to "data" to the tips file. + The tips file contains hints/tips that are displayed at the beginning of the program + as "tip of the day". It has nothing to do with tooltips. */ virtual QString tipFile() const;