diff options
| author | Méven Car <[email protected]> | 2023-07-26 10:13:50 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-07-26 10:13:50 +0200 |
| commit | a9123455de26c6638deabca8901a0f030451c7c8 (patch) | |
| tree | 34030c85947ea64497148d1822b9feb87908271d /src/statusbar/mountpointobserver.h | |
| parent | 1645458d34d478b27d3a23048457dbc11410a201 (diff) | |
Update following removing of KIO::FileSystemFreeSpaceJob::result overload
NO_CHANGELOG
Diffstat (limited to 'src/statusbar/mountpointobserver.h')
| -rw-r--r-- | src/statusbar/mountpointobserver.h | 2 |
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; |
