mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 22:55:41 +00:00
Allow hitting enter on a file in the virtual file dialog to select
This commit is contained in:
@@ -51,6 +51,7 @@ private slots:
|
||||
void on_dirList_clicked(const QModelIndex &index);
|
||||
void on_fileList_doubleClicked(const QModelIndex &index);
|
||||
void on_fileList_clicked(const QModelIndex &index);
|
||||
void on_fileList_keyPress(QKeyEvent *e);
|
||||
void on_showHidden_toggled(bool checked);
|
||||
void on_filename_keyPress(QKeyEvent *e);
|
||||
void on_filter_currentIndexChanged(int index);
|
||||
|
||||
Reference in New Issue
Block a user