summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qsystemstorageinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systeminfo/qsystemstorageinfo.cpp')
-rw-r--r--src/systeminfo/qsystemstorageinfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systeminfo/qsystemstorageinfo.cpp b/src/systeminfo/qsystemstorageinfo.cpp
index 3d87f1d6b1..96feed5c99 100644
--- a/src/systeminfo/qsystemstorageinfo.cpp
+++ b/src/systeminfo/qsystemstorageinfo.cpp
@@ -56,6 +56,7 @@ QSystemStorageInfoPrivate *getSystemStorageInfoPrivate() { return storageInfoPri
\ingroup systeminfo
\inmodule QtSystemInfo
\brief The QSystemStorageInfo class provides access to disk storage information from the system.
+ \since 1.1
*/
/*!
@@ -114,9 +115,8 @@ QSystemStorageInfo::QSystemStorageInfo(QObject *parent)
this, SIGNAL(logicalDriveChanged(bool,QString)),
Qt::UniqueConnection);
- connect(d, SIGNAL(storageStateChanged(QString,QSystemStorageInfo::StorageState)),
- this, SIGNAL(storageStateChanged(QString,QSystemStorageInfo::StorageState)),
- Qt::UniqueConnection);
+ connect(d,SIGNAL(storageStateChanged(const QString &,QSystemStorageInfo::StorageState)),
+ this,SIGNAL(storageStateChanged(const QString &,QSystemStorageInfo::StorageState)),Qt::UniqueConnection);
}
/*!