equal
deleted
inserted
replaced
96 |
96 |
97 void showPopup(const QRect&); |
97 void showPopup(const QRect&); |
98 void _q_complete(QModelIndex, bool = false); |
98 void _q_complete(QModelIndex, bool = false); |
99 void _q_completionSelected(const QItemSelection&); |
99 void _q_completionSelected(const QItemSelection&); |
100 void _q_autoResizePopup(); |
100 void _q_autoResizePopup(); |
|
101 void _q_fileSystemModelDirectoryLoaded(const QString &path); |
101 void setCurrentIndex(QModelIndex, bool = true); |
102 void setCurrentIndex(QModelIndex, bool = true); |
102 }; |
103 }; |
103 |
104 |
104 class QIndexMapper |
105 class QIndexMapper |
105 { |
106 { |