[rkward-cvs] SF.net SVN: rkward:[2918] trunk/rkward/rkward/windows/rkhelpsearchwindow.h
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Wed Jun 30 15:52:59 UTC 2010
Revision: 2918
http://rkward.svn.sourceforge.net/rkward/?rev=2918&view=rev
Author: tfry
Date: 2010-06-30 15:52:59 +0000 (Wed, 30 Jun 2010)
Log Message:
-----------
Whoops. Fix compilation.
Modified Paths:
--------------
trunk/rkward/rkward/windows/rkhelpsearchwindow.h
Modified: trunk/rkward/rkward/windows/rkhelpsearchwindow.h
===================================================================
--- trunk/rkward/rkward/windows/rkhelpsearchwindow.h 2010-06-30 15:33:05 UTC (rev 2917)
+++ trunk/rkward/rkward/windows/rkhelpsearchwindow.h 2010-06-30 15:52:59 UTC (rev 2918)
@@ -69,7 +69,7 @@
static RKHelpSearchWindow *main_help_search;
};
-/** An item model meant for use by RKHelpSearchWindow. Since it is fairly specialized, it is unlikely to be of any use in any other context. NOTE: This class is pretty useless, really, we should just switch to a QTree/TableWidget with predefined model, whenever we need to make the next big change to the RKHelpSearchWindow. */
+/** An item model meant for use by RKHelpSearchWindow. Since it is fairly specialized, it is unlikely to be of any use in any other context. NOTE: This class is pretty useless, really, we should just switch to a QTree/TableWidget with predefined model, whenever we need to make the next big change to the RKHelpSearchWindow.
@author Thomas Friedrichsmeier */
class RKHelpSearchResultsModel : public QAbstractTableModel {
public:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list