diff options
author | Arno <am@disconnect.de> | 2012-12-30 13:42:35 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-12-30 13:42:35 +0100 |
commit | 6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55 (patch) | |
tree | cf5a50340feeccf136eb7b99cd7a0699f43b7111 /smglobals.cpp | |
parent | a069898249b863b0982b1807afa8d0b0912b496e (diff) | |
download | SheMov-6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55.tar.gz SheMov-6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55.tar.bz2 SheMov-6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55.zip |
Allow moving files from one Series to another
Allow moving files from one SeriesPart to another. Had to add another
global variable for this.
Diffstat (limited to 'smglobals.cpp')
-rw-r--r-- | smglobals.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smglobals.cpp b/smglobals.cpp index c435a2c..419f15c 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -123,6 +123,10 @@ SmGlobals::FrameCache *SmGlobals::frameCache() { return mFrameCache; } +SeriesTreeWidget *SmGlobals::seriesTreeWidget(){ + return mSeriesTreeWidget; +} + QSize SmGlobals::cursorSize() { if(!mCursorSize.isValid()){ XFixesCursorImage *curImage = XFixesGetCursorImage(QX11Info::display()); |