Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[nemo-systemsettings] Add deprecation warning. Contributes to JB#46991
  • Loading branch information
Alexey Tatarov committed Sep 2, 2019
1 parent 6014bfe commit 09c92d6
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 09c92d6

Please sign in to comment.