summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--library/fileselector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/fileselector.h b/library/fileselector.h
index 1a6ace2..ef57626 100644
--- a/library/fileselector.h
+++ b/library/fileselector.h
@@ -93,20 +93,21 @@ private slots:
// pressed to get 'right down'
void filePressed( int, QListViewItem *, const QPoint &, int );
void fileClicked( QListViewItem *);
void typeSelected( const QString &type );
void catSelected( int );
void cardMessage( const QCString &, const QByteArray &);
private:
void updateView();
void updateWhatsThis();
private:
- const DocLnk *selected(); // use selectedDocument()
+ // RESOLVE please -zecke@handhelds.org
+ const DocLnk *selected(); // use selectedDocument() that's no luckily no compiler is putting the access into the symbol name
FileSelectorView *view;
QString filter;
QToolButton *buttonNew, *buttonClose;
FileSelectorPrivate *d;
};
#endif