From e9dafbb9d016a1aa5e90bb12c63c12b8521cf059 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jul 2012 15:46:30 -0500 Subject: Add ability for instruments to add menu options to the main window --- lib/libtqtrla/src/tqtrla.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libtqtrla/src/tqtrla.cpp') diff --git a/lib/libtqtrla/src/tqtrla.cpp b/lib/libtqtrla/src/tqtrla.cpp index e3001fb..7ec457c 100644 --- a/lib/libtqtrla/src/tqtrla.cpp +++ b/lib/libtqtrla/src/tqtrla.cpp @@ -56,6 +56,10 @@ namespace KParts return false; } + TQPtrList RemoteInstrumentPart::menuActionList() { + return TQPtrList(); + } + void RemoteInstrumentPart::close() { TQWidget* parentWidget = dynamic_cast(parent()); if (parentWidget) { -- cgit v1.2.3