mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 00:41:35 +01:00
17 lines
548 B
C
17 lines
548 B
C
#ifndef SETTINGKEYS_H
|
|
#define SETTINGKEYS_H
|
|
|
|
#define SETTING_HOST "host"
|
|
#define SETTING_PORT "port"
|
|
#define SETTING_PROTO "proto"
|
|
#define SETTING_LOC_STATE "loc-state"
|
|
#define SETTING_LOC_SUBMIT "loc-submit"
|
|
#define SETTING_LOC_TRANSCRIPT "loc-transcript"
|
|
#define SETTING_SAVE_DIR "save-dir"
|
|
#define SETTING_USER "user"
|
|
#define SETTING_PASS "pass"
|
|
#define SETTING_LINUX_EXPLORER "linux-explorer"
|
|
#define SETTING_MOST_RECENT_PATH "most-recent-path"
|
|
|
|
#endif // SETTINGKEYS_H
|