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
b399d751
Commit
b399d751
authored
May 16, 2021
by
Waqar Ahmed
Browse files
Fix lsptestapp build
parent
454ba670
Changes
2
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/tests/CMakeLists.txt
View file @
b399d751
...
@@ -8,5 +8,6 @@ target_sources(
...
@@ -8,5 +8,6 @@ target_sources(
lsptestapp.cpp
lsptestapp.cpp
../lspclientserver.cpp
../lspclientserver.cpp
../lspsemantichighlighting.cpp
../lspsemantichighlighting.cpp
../semantic_tokens_legend.cpp
${
DEBUG_SOURCES
}
${
DEBUG_SOURCES
}
)
)
addons/lspclient/tests/lsptestapp.cpp
View file @
b399d751
...
@@ -30,7 +30,7 @@ int main(int argc, char **argv)
...
@@ -30,7 +30,7 @@ int main(int argc, char **argv)
}
}
};
};
auto
conn
=
QObject
::
connect
(
&
lsp
,
&
LSPClientServer
::
stateChanged
,
state_h
);
auto
conn
=
QObject
::
connect
(
&
lsp
,
&
LSPClientServer
::
stateChanged
,
state_h
);
lsp
.
start
(
nullptr
/* no plugin for extra config */
);
lsp
.
start
();
q
.
exec
();
q
.
exec
();
QObject
::
disconnect
(
conn
);
QObject
::
disconnect
(
conn
);
...
...
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