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
Marco Bubke
flatpak-qt-creator
Commits
90a773ea
Commit
90a773ea
authored
Jul 31, 2009
by
Maurice Kalinowski
Browse files
fix crash
check for errorstring of the correct variable
parent
5c663082
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpaster/codepasterprotocol.cpp
View file @
90a773ea
...
...
@@ -139,7 +139,7 @@ void CodePasterProtocol::fetchFinished()
void
CodePasterProtocol
::
listFinished
()
{
if
(
listReply
->
error
())
{
ICore
::
instance
()
->
messageManager
()
->
printToOutputPane
(
r
eply
->
errorString
(),
true
);
ICore
::
instance
()
->
messageManager
()
->
printToOutputPane
(
listR
eply
->
errorString
(),
true
);
}
else
{
QByteArray
data
=
listReply
->
readAll
();
listWidget
->
clear
();
...
...
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