src/gui/util/qcompleter_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    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 {