summaryrefslogtreecommitdiffstats
path: root/src/altparser.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 13:52:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-31 10:38:53 +0900
commit3246c49f3cd2e23a630b590d0579e047087d3b14 (patch)
tree55ff82b63073723bcb16773a2422d44b49a3cf1c /src/altparser.cpp
parent9a364c2dc9d449522e9d8725d475126d2f75c356 (diff)
downloadtdealternatives-3246c49f3cd2e23a630b590d0579e047087d3b14.tar.gz
tdealternatives-3246c49f3cd2e23a630b590d0579e047087d3b14.zip
Cleanup KDE references, fixup header inclusion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/altparser.cpp')
-rw-r--r--src/altparser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/altparser.cpp b/src/altparser.cpp
index f311316..29718bf 100644
--- a/src/altparser.cpp
+++ b/src/altparser.cpp
@@ -84,7 +84,6 @@ bool Alternative::isBroken() const
bool Alternative::select()
{
-// This method was 19 lines in Python in the original kalternatives :-D
if(isSelected()) return true;
if(isBroken())
{