diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-09-03 17:19:13 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-09-13 10:52:48 -0400 |
| commit | 590b594850ccd15b9e2cb2b0e8f3050d782647b3 (patch) | |
| tree | 7d204faf40705c4f99918ecb7fca901dae0282c1 /ui/scriptingconsole.h | |
| parent | e610029c1425fdb791b3570a4397dffcad420111 (diff) | |
Ultimate.
Diffstat (limited to 'ui/scriptingconsole.h')
| -rw-r--r-- | ui/scriptingconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 046601b7..23849e8f 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -237,7 +237,7 @@ public: SidebarWidgetLocation defaultLocation() const override { return SidebarWidgetLocation::LeftBottom; } SidebarContextSensitivity contextSensitivity() const override { return GlobalSidebarContext; } bool alwaysShowTabs() const override { return true; } -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION virtual QString noWidgetMessage() const override; #endif }; |
