┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbar/mountpointobserver.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-07-26 10:13:50 +0200
committerMéven Car <[email protected]>2023-07-26 10:13:50 +0200
commita9123455de26c6638deabca8901a0f030451c7c8 (patch)
tree34030c85947ea64497148d1822b9feb87908271d /src/statusbar/mountpointobserver.h
parent1645458d34d478b27d3a23048457dbc11410a201 (diff)
Update following removing of KIO::FileSystemFreeSpaceJob::result overload
NO_CHANGELOG
Diffstat (limited to 'src/statusbar/mountpointobserver.h')
-rw-r--r--src/statusbar/mountpointobserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar/mountpointobserver.h b/src/statusbar/mountpointobserver.h
index d26a0e7de..4d1362cdb 100644
--- a/src/statusbar/mountpointobserver.h
+++ b/src/statusbar/mountpointobserver.h
@@ -87,7 +87,7 @@ public Q_SLOTS:
void update();
private Q_SLOTS:
- void freeSpaceResult(KIO::Job *job, KIO::filesize_t size, KIO::filesize_t available);
+ void freeSpaceResult(KJob *job);
private:
const QUrl m_url;