Import 2017-06-07 23:51:09: master d528a47c

Author Committer Branch Timestamp Parent
jcfr jcfr master 2014-08-20 17:26:50 master 4e0d7965
Changeset

COMP: Fix unused variable warning in qSlicerCoreApplication

This commit fixes the following warning occurring when Slicer is build
with extension support is disabled.

/path/to/Slicer/Base/QTCore/qSlicerCoreApplication.cxx: In member function ‘QString qSlicerCoreApplication::defaultExtensionsInstallPath() const’:
/path/to/Slicer/Base/QTCore/qSlicerCoreApplication.cxx:1159:14: warning: unused variable ‘appSettings’ [-Wunused-variable]
QSettings* appSettings = this->userSettings();

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23601 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/QTCore/qSlicerCoreApplication.cxx Diff File