File tree 2 files changed +0
-15
lines changed 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1007,13 +1007,6 @@ QString qSlicerCoreApplication::releaseType()const
1007
1007
return QString (Slicer_RELEASE_TYPE);
1008
1008
}
1009
1009
1010
- // -----------------------------------------------------------------------------
1011
- bool qSlicerCoreApplication::isRelease ()const
1012
- {
1013
- qWarning () << Q_FUNC_INFO << " Deprecated: Use releaseType() instead" ;
1014
- return this ->releaseType () == " Stable" ;
1015
- }
1016
-
1017
1010
// -----------------------------------------------------------------------------
1018
1011
void qSlicerCoreApplication::setMRMLScene (vtkMRMLScene* newMRMLScene)
1019
1012
{
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ class Q_SLICER_BASE_QTCORE_EXPORT qSlicerCoreApplication : public QApplication
78
78
Q_PROPERTY (QString extensionsInstallPath READ extensionsInstallPath WRITE setExtensionsInstallPath)
79
79
Q_PROPERTY (QString intDir READ intDir CONSTANT)
80
80
Q_PROPERTY (bool isInstalled READ isInstalled CONSTANT)
81
- Q_PROPERTY (bool isRelease READ isRelease CONSTANT)
82
81
Q_PROPERTY (QString releaseType READ releaseType CONSTANT)
83
82
Q_PROPERTY (QString repositoryUrl READ repositoryUrl CONSTANT)
84
83
Q_PROPERTY (QString repositoryBranch READ repositoryBranch CONSTANT)
@@ -258,13 +257,6 @@ class Q_SLICER_BASE_QTCORE_EXPORT qSlicerCoreApplication : public QApplication
258
257
// / Release type can be `Experimental`, `Nightly` or `Stable`.
259
258
QString releaseType ()const ;
260
259
261
- // / \brief Return true if this instance of Slicer is a \a Stable release build.
262
- // /
263
- // / \deprecated Use `releaseType() == "Stable"` instead.
264
- // /
265
- // / \sa releaseType()
266
- bool isRelease ()const ;
267
-
268
260
// / Associate a module with a node type.
269
261
// / It is currently only used for determining which module can edit a specific node.
270
262
// / If multiple modules are registered for the same class then the node widget's
You can’t perform that action at this time.
0 commit comments