src/gui/util/qcompleter_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/gui/util/qcompleter_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/util/qcompleter_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -98,6 +98,7 @@
     void _q_complete(QModelIndex, bool = false);
     void _q_completionSelected(const QItemSelection&);
     void _q_autoResizePopup();
+    void _q_fileSystemModelDirectoryLoaded(const QString &path);
     void setCurrentIndex(QModelIndex, bool = true);
 };