mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:07:04 +02:00
Remove duplicate display crash options
This commit is contained in:
parent
178b8ef37b
commit
68ab5475fe
1 changed files with 0 additions and 3 deletions
|
@ -746,9 +746,6 @@ Menu::Menu() {
|
||||||
// Developer > Crash > Display Crash Options
|
// Developer > Crash > Display Crash Options
|
||||||
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
|
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
|
||||||
|
|
||||||
// Developer > Crash > Display Crash Options
|
|
||||||
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
|
|
||||||
|
|
||||||
addActionToQMenuAndActionHash(crashMenu, MenuOption::DeadlockInterface, 0, qApp, SLOT(deadlockApplication()));
|
addActionToQMenuAndActionHash(crashMenu, MenuOption::DeadlockInterface, 0, qApp, SLOT(deadlockApplication()));
|
||||||
addActionToQMenuAndActionHash(crashMenu, MenuOption::UnresponsiveInterface, 0, qApp, SLOT(unresponsiveApplication()));
|
addActionToQMenuAndActionHash(crashMenu, MenuOption::UnresponsiveInterface, 0, qApp, SLOT(unresponsiveApplication()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue