src/gui/util/qcompleter_p.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    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 {