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
blob fish
kdevelop
Commits
b3d08ee5
Commit
b3d08ee5
authored
Jan 11, 2015
by
Kevin Funk
☕
Browse files
Run my new porting helper: convert-to-cmake-automoc
parent
4f2b1b4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
debuggers/gdb/memviewdlg.cpp
View file @
b3d08ee5
...
...
@@ -528,4 +528,3 @@ namespace GDBDebugger
}
#include
"memviewdlg.moc"
debuggers/gdb/processselection.cpp
View file @
b3d08ee5
...
...
@@ -76,4 +76,3 @@ void ProcessSelectionDialog::selectionChanged()
}
}
#include
"processselection.moc"
projectmanagers/cmake/settings/cmakepreferences.cpp
View file @
b3d08ee5
...
...
@@ -357,4 +357,3 @@ QIcon CMakePreferences::icon() const
return
QIcon
::
fromTheme
(
"cmake"
);
}
#include
"cmakepreferences.moc"
projectmanagers/custom-buildsystem/kcm_custombuildsystem.cpp
View file @
b3d08ee5
...
...
@@ -77,4 +77,3 @@ QIcon CustomBuildSystemKCModule::icon() const
return
QIcon
::
fromTheme
(
"kdevelop"
);
}
#include
"kcm_custombuildsystem.moc"
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