From b8bd9bc97b28c4ce3e09c97bf2b6a145870ef6b1 Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Wed, 24 Nov 2010 13:35:12 +0100 Subject: [PATCH] make availableKeyBindings static --- lib/qtermwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qtermwidget.h b/lib/qtermwidget.h index b24ba41..ee2b760 100644 --- a/lib/qtermwidget.h +++ b/lib/qtermwidget.h @@ -110,7 +110,7 @@ public: /*! Get all available keyboard bindings */ - QStringList availableKeyBindings(); + static QStringList availableKeyBindings(); //! Return current key bindings QString keyBindings();