move processing of completion to separate function

This commit is contained in:
Axel Kohlmeyer
2023-09-01 02:52:26 -04:00
parent 9690d2dc02
commit b478888ede
2 changed files with 28 additions and 22 deletions

View File

@ -53,6 +53,7 @@ private slots:
void find_help(QString &page, QString &help);
void open_help();
void reformatCurrentLine();
void runCompletion();
void insertCompletedCommand(const QString &completion);
private: