diff options
author | Michele Calgaro <[email protected]> | 2024-03-23 22:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-24 19:04:08 +0900 |
commit | 3c86993a8d36733a1789afe54105beeab607bef0 (patch) | |
tree | da66bb23611acc7291294313646e788395be4175 /kvkbd.kdevses | |
parent | d2af3256963ddddfedf10563d441560f059cadd1 (diff) | |
download | kvkbd-3c86993a8d36733a1789afe54105beeab607bef0.tar.gz kvkbd-3c86993a8d36733a1789afe54105beeab607bef0.zip |
Remove unused files
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0f0ace5984512b5815824e2352f204fc946e37e1)
Diffstat (limited to 'kvkbd.kdevses')
-rw-r--r-- | kvkbd.kdevses | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/kvkbd.kdevses b/kvkbd.kdevses deleted file mode 100644 index 6d6d6a1..0000000 --- a/kvkbd.kdevses +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE KDevPrjSession> -<KDevPrjSession> - <pluginList> - <kdevdebugger> - <breakpointList/> - <showInternalCommands value="0" /> - </kdevdebugger> - <kdevastyle> - <Extensions ext="*.cpp *.h,*.c *.h,*.cxx *.hxx,*.c++ *.h++,*.cc *.hh,*.C *.H,*.diff,*.inl,*.java,*.moc,*.patch,*.tlh,*.xpm" /> - <AStyle IndentPreprocessors="0" FillCount="4" PadParenthesesOut="1" IndentNamespaces="1" IndentLabels="1" Fill="Tabs" MaxStatement="40" Brackets="Break" MinConditional="-1" IndentBrackets="0" PadParenthesesUn="1" BlockBreak="0" KeepStatements="1" KeepBlocks="1" BlockIfElse="0" IndentSwitches="1" PadOperators="0" FStyle="UserDefined" IndentCases="0" FillEmptyLines="0" BracketsCloseHeaders="0" BlockBreakAll="0" PadParenthesesIn="1" IndentClasses="1" IndentBlocks="0" FillForce="0" /> - </kdevastyle> - <kdevbookmarks> - <bookmarks/> - </kdevbookmarks> - <kdevvalgrind> - <executable path="" params="" /> - <valgrind path="" params="" /> - <calltree path="" params="" /> - <tdecachegrind path="" /> - </kdevvalgrind> - </pluginList> - <DocsAndViews NumberOfDocuments="3" > - <Doc0 NumberOfViews="1" URL="file:///home/yodor/Personal/projects/personal/kvkbd-0.4.6/src/MainWidget.h" > - <View0 Encoding="" Type="Source" /> - </Doc0> - <Doc1 NumberOfViews="1" URL="file:///home/yodor/Personal/projects/personal/kvkbd-0.4.6/src/MainWidget.cpp" > - <View0 Encoding="" Type="Source" /> - </Doc1> - <Doc2 NumberOfViews="1" URL="file:///home/yodor/Personal/projects/personal/kvkbd-0.4.6/src/main.cpp" > - <View0 Encoding="" line="37" Type="Source" /> - </Doc2> - </DocsAndViews> -</KDevPrjSession> |