aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-19 19:22:18 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-19 19:22:18 -0500
commit87a4f04bfcd8f5d3172683b099099a1f919a3011 (patch)
treec7406ff69d1150a8e1238a42793242dda27a1f04
parentecd1a4ddad4b6ad8032c5c5a59b64db74ddd38f1 (diff)
downloaderable-godot-87a4f04bfcd8f5d3172683b099099a1f919a3011.tar.gz
erable-godot-87a4f04bfcd8f5d3172683b099099a1f919a3011.tar.bz2
erable-godot-87a4f04bfcd8f5d3172683b099099a1f919a3011.zip
Fixed player.h
-rw-r--r--player.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/player.h b/player.h
index e9f1c71..687375f 100644
--- a/player.h
+++ b/player.h
@@ -16,8 +16,6 @@ public:
~Player();
private slots:
- void on_actionQuit_toggled(bool arg1);
-
void on_actionQuit_triggered();
private: