diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-14 20:41:12 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-14 20:41:12 +0000 |
commit | 61c081e77a8e445bb92bbda4fcbd8cfea707e6de (patch) | |
tree | 829e56e67e654f0c6db185c279f1f70e3f9ecb7b /osirion.kdevelop | |
parent | 28d7a4cd5b4bc3df5d034ed9472231d91710a6b6 (diff) |
documentation updates
Diffstat (limited to 'osirion.kdevelop')
-rw-r--r-- | osirion.kdevelop | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/osirion.kdevelop b/osirion.kdevelop index 599b8d8..25d8c79 100644 --- a/osirion.kdevelop +++ b/osirion.kdevelop @@ -16,7 +16,7 @@ <projectdirectory>./</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> <description>The OSiRiON Project is an SDL+OpenGL space game.</description> - <defaultencoding></defaultencoding> + <defaultencoding/> <versioncontrol>kdevsubversion</versioncontrol> </general> <kdevautoproject> @@ -196,7 +196,7 @@ <designerpluginpaths/> </qt> <creategettersetter> - <prefixGet></prefixGet> + <prefixGet/> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> <parameterName>theValue</parameterName> @@ -228,11 +228,11 @@ </cppsupportpart> <kdevdebugger> <general> - <gdbpath></gdbpath> - <dbgshell></dbgshell> - <configGdbScript></configGdbScript> - <runShellScript></runShellScript> - <runGdbScript></runGdbScript> + <gdbpath/> + <dbgshell/> + <configGdbScript/> + <runShellScript/> + <runGdbScript/> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> <floatingtoolbar>false</floatingtoolbar> |