Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KIO Extras
Commits
7fcd06dd
Commit
7fcd06dd
authored
Jan 21, 2021
by
Harald Sitter
🏳️🌈
Browse files
typo--
parent
b58c3d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
smb/kded/notifier.cpp
View file @
7fcd06dd
...
...
@@ -28,7 +28,7 @@ public:
}
};
// Trivial move action wrapper. Moves happen in two subs
q
euent events so
// Trivial move action wrapper. Moves happen in two subse
q
uent events so
// we need to preserve the context across one iteration.
class
MoveAction
{
...
...
@@ -76,7 +76,7 @@ public:
OrgKdeKDirNotifyInterface
::
emitFilesChanged
({
url
});
}
// A non-move event occured on this URL. If the url is in the limiter then throw it out to reclaim the memory.
// A non-move event occur
r
ed on this URL. If the url is in the limiter then throw it out to reclaim the memory.
// A non-move means the url was otherwise transformed which by extension means the modification must have
// concluded. We do not emit a final change here because the current non-move event would imply a specific change
// anyway.
...
...
@@ -139,7 +139,7 @@ int main(int argc, char **argv)
// https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fasod/271a36e8-c94b-4527-8735-e884f5504cd9
// https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/14f9d050-27b2-49df-b009-54e08e8bf7b5
qCDebug
(
KIO_SMB_LOG
)
<<
"notif
i
ying for n actions:"
<<
num_actions
;
qCDebug
(
KIO_SMB_LOG
)
<<
"notifying for n actions:"
<<
num_actions
;
// Moves are a bit award. They arrive in two subsequent events this object helps us collect the events.
MoveAction
pendingMove
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment