-rw-r--r-- | library/fileselector.h | 3 |
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 | |||
@@ -102,7 +102,8 @@ private: | |||
102 | void updateWhatsThis(); | 102 | void updateWhatsThis(); |
103 | 103 | ||
104 | private: | 104 | private: |
105 | const DocLnk *selected(); // use selectedDocument() | 105 | // RESOLVE please -zecke@handhelds.org |
106 | const DocLnk *selected(); // use selectedDocument() that's no luckily no compiler is putting the access into the symbol name | ||
106 | FileSelectorView *view; | 107 | FileSelectorView *view; |
107 | QString filter; | 108 | QString filter; |
108 | QToolButton *buttonNew, *buttonClose; | 109 | QToolButton *buttonNew, *buttonClose; |