diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-22 21:17:15 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-22 21:17:15 +0000 |
commit | 540b500f2176966ebfb7f21ebd2c17ddfdcd34e6 (patch) | |
tree | e31bbf0046237b5134002f51d48c1b3f5b752f4f /osirion.kdevelop | |
parent | 9adc3720cd8fe2ba843d014dbbfe81bf936f9715 (diff) |
keyboard key repeat
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 58a8bfc..c31777e 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> @@ -140,7 +140,7 @@ <projectdoc> <docsystem>Doxygen documentatieverzameling</docsystem> <docurl>osirion.tag</docurl> - <usermanualurl/> + <usermanualurl></usermanualurl> </projectdoc> </kdevdocumentation> <substmap> @@ -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/> - <dbgshell/> - <configGdbScript/> - <runShellScript/> - <runGdbScript/> + <gdbpath></gdbpath> + <dbgshell></dbgshell> + <configGdbScript></configGdbScript> + <runShellScript></runShellScript> + <runGdbScript></runGdbScript> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> <floatingtoolbar>false</floatingtoolbar> |