mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #911, support for cut and paste menu and support in views
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b785e32256
commit
5e69be6208
@@ -176,6 +176,9 @@ namespace BlackGui
|
||||
//! View load/save
|
||||
static const QString &pathViewLoadSave() { static const QString p("View.18.LoadSave"); return p; }
|
||||
|
||||
//! View cut and paste
|
||||
static const QString &pathViewCutPaste() { static const QString p("View.18.CutPaste"); return p; }
|
||||
|
||||
// ---- nested dock widgets ----
|
||||
|
||||
//! Nested dock widget
|
||||
|
||||
Reference in New Issue
Block a user