summaryrefslogtreecommitdiff
path: root/src/common/fqterm_path.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-05-07 09:50:03 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-07 09:50:03 +0800
commitdb8b36ea6c55a17214432897bc8ef6beaf7fbcdc (patch)
treea689c031725a44381355f4ff33202992bece35f1 /src/common/fqterm_path.h
parentbbb4c433a95ff24d219ec62df3de9ea80cc39f36 (diff)
downloadfqterm-db8b36ea6c55a17214432897bc8ef6beaf7fbcdc.tar.xz
move local_shell_bin to fqterm_path, add the cmd to quickdialog
Diffstat (limited to 'src/common/fqterm_path.h')
-rw-r--r--src/common/fqterm_path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fqterm_path.h b/src/common/fqterm_path.h
index 08611be..8c92d92 100644
--- a/src/common/fqterm_path.h
+++ b/src/common/fqterm_path.h
@@ -29,6 +29,7 @@ class FQTermParam;
namespace FQTerm {
+extern QString *local_shell_bin;
enum PathCategory {RESOURCE, USER_CONFIG};
const QString &getPath(PathCategory category);