Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'omp-jb46991' into 'master'
[nemo-systemsettings] Add deprecation warning. Contributes to JB#46991

See merge request mer-core/nemo-qml-plugin-systemsettings!117
  • Loading branch information
rainemak committed Sep 4, 2019
2 parents 6014bfe + 09c92d6 commit 534a572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diskusage.cpp
Expand Up @@ -192,6 +192,7 @@ DiskUsage::DiskUsage(QObject *parent)
, d_ptr(new DiskUsagePrivate(this))
, m_working(false)
{
qWarning() << Q_FUNC_INFO << "DiskUsage is deprecated in org.nemomobile.systemsettings package 0.5.22 (Sept 2019), use DiskUsage from Nemo.FileManager instead.";
}

DiskUsage::~DiskUsage()
Expand Down

0 comments on commit 534a572

Please sign in to comment.