Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 09c92d6

Browse files
author
Alexey Tatarov
committed
[nemo-systemsettings] Add deprecation warning. Contributes to JB#46991
1 parent 6014bfe commit 09c92d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diskusage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ DiskUsage::DiskUsage(QObject *parent)
192192
, d_ptr(new DiskUsagePrivate(this))
193193
, m_working(false)
194194
{
195+
qWarning() << Q_FUNC_INFO << "DiskUsage is deprecated in org.nemomobile.systemsettings package 0.5.22 (Sept 2019), use DiskUsage from Nemo.FileManager instead.";
195196
}
196197

197198
DiskUsage::~DiskUsage()

0 commit comments

Comments
 (0)