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
Utilities
Kate
Commits
ca8be255
Commit
ca8be255
authored
May 27, 2021
by
Christoph Cullmann
🐮
Browse files
fix build
parent
1783572f
Changes
2
Hide whitespace changes
Inline
Side-by-side
kate/session/katesessionmanager.cpp
View file @
ca8be255
...
...
@@ -15,7 +15,6 @@
#include <KConfigGroup>
#include <KDesktopFile>
#include <KDirWatch>
#include <KIO/CopyJob>
#include <KLocalizedString>
#include <KMessageBox>
...
...
kate/session/katesessionmanager.h
View file @
ca8be255
...
...
@@ -10,6 +10,8 @@
#include "katesession.h"
#include <KDirWatch>
#include <QHash>
#include <QObject>
...
...
@@ -247,7 +249,7 @@ private:
*/
KateSession
::
Ptr
m_activeSession
;
std
::
unique_ptr
<
class
KDirWatch
>
m_dirWatch
;
std
::
unique_ptr
<
KDirWatch
>
m_dirWatch
;
};
#endif
Write
Preview
Markdown
is supported
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