forked from qt-creator/qt-creator
Replace -x with -- for gnome-terminal
-x is deprecated. Change-Id: Ic00b8042caff1620abe3e51f9d3b3198d606f084 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
9690337f47
commit
2cc0f27589
@@ -353,7 +353,7 @@ static const Terminal knownTerminals[] =
|
||||
{"urxvt", "-e"},
|
||||
{"xfce4-terminal", "-x"},
|
||||
{"konsole", "-e"},
|
||||
{"gnome-terminal", "-x"}
|
||||
{"gnome-terminal", "--"}
|
||||
};
|
||||
|
||||
QString ConsoleProcess::defaultTerminalEmulator()
|
||||
|
||||
Reference in New Issue
Block a user