diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-28 12:33:04 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-28 12:33:04 +0000 |
commit | 4e1d951705204899ee99d7fcedf582b25b86b506 (patch) | |
tree | 03cb919ff062368dfc334b9f71b932cf89e31517 /osirion.kdevelop | |
parent | 82c63c49134a6fca91d908792438e6284dc4cebf (diff) |
generic docking API,
race activating requires docking
Diffstat (limited to 'osirion.kdevelop')
-rw-r--r-- | osirion.kdevelop | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/osirion.kdevelop b/osirion.kdevelop index 2c29f57..81eb8cb 100644 --- a/osirion.kdevelop +++ b/osirion.kdevelop @@ -16,8 +16,8 @@ <projectdirectory>./</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> <description>The OSiRiON Project is an SDL+OpenGL space game.</description> - <defaultencoding></defaultencoding> - <versioncontrol></versioncontrol> + <defaultencoding/> + <versioncontrol/> </general> <kdevautoproject> <general> @@ -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> |