Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdevelop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Morten Volden
kdevelop
Commits
d96d759a
Commit
d96d759a
authored
Feb 19, 2019
by
Kevin Funk
☕
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/5.3'
parents
4ae0f487
b41087e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/cmake/cmakemanager.cpp
plugins/cmake/cmakemanager.cpp
+1
-1
No files found.
plugins/cmake/cmakemanager.cpp
View file @
d96d759a
...
...
@@ -170,7 +170,7 @@ private:
Q_ASSERT
(
code
>
0
);
Q_ASSERT
(
!
server
->
isServerAvailable
());
server
.
clear
();
qCDebug
(
CMAKE
)
<<
"CMake does not provide server mode, using compile_commands.json to import"
<<
project
->
name
();
// parse the JSON file
auto
*
job
=
new
CMakeImportJsonJob
(
project
,
this
);
...
...
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