From 6ca8a6fab443c0b4ac7f6249c9ef02457ddf4f55 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 30 Dec 2012 13:42:35 +0100 Subject: Allow moving files from one Series to another Allow moving files from one SeriesPart to another. Had to add another global variable for this. --- smglobals.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smglobals.cpp') 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()); -- cgit v1.2.3-70-g09d2