Skip to content
GitLab
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
3002c2c3
Commit
3002c2c3
authored
Feb 12, 2022
by
Giovana Santana
✍🏾
Committed by
Christoph Cullmann
Mar 11, 2022
Browse files
changing NULL to nullptr
parent
4e2bc661
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectplugin.cpp
View file @
3002c2c3
...
...
@@ -585,7 +585,7 @@ void KateProjectPlugin::readSessionConfig(const KConfigGroup &config)
std
::
cout
<<
project
.
toStdString
()
<<
std
::
endl
;
KateProject
*
pProject
=
createProjectForDirectory
(
QDir
(
project
));
if
(
pProject
!=
NULL
)
if
(
pProject
!=
nullptr
)
m_projects
.
append
(
pProject
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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