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
e1ad88e6
Commit
e1ad88e6
authored
Apr 19, 2010
by
hjk
Browse files
fakevim: remove unneeded debug output
parent
f58febc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
e1ad88e6
...
...
@@ -675,9 +675,9 @@ void FakeVimPluginPrivate::readSettings(QSettings *settings)
void
FakeVimPluginPrivate
::
maybeReadVimRc
()
{
qDebug
()
<<
theFakeVimSetting
(
ConfigReadVimRc
)
<<
theFakeVimSetting
(
ConfigReadVimRc
)
->
value
();
qDebug
()
<<
theFakeVimSetting
(
ConfigShiftWidth
)
->
value
();
//
qDebug() << theFakeVimSetting(ConfigReadVimRc)
//
<< theFakeVimSetting(ConfigReadVimRc)->value();
//
qDebug() << theFakeVimSetting(ConfigShiftWidth)->value();
if
(
!
theFakeVimSetting
(
ConfigReadVimRc
)
->
value
().
toBool
())
return
;
QString
fileName
=
...
...
@@ -689,7 +689,7 @@ void FakeVimPluginPrivate::maybeReadVimRc()
FakeVimHandler
handler
(
&
editor
);
handler
.
handleCommand
(
"source "
+
fileName
);
theFakeVimSettings
()
->
writeSettings
(
Core
::
ICore
::
instance
()
->
settings
());
qDebug
()
<<
theFakeVimSetting
(
ConfigShiftWidth
)
->
value
();
//
qDebug() << theFakeVimSetting(ConfigShiftWidth)->value();
}
void
FakeVimPluginPrivate
::
showSettingsDialog
()
...
...
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