summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:24:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-27 10:54:45 +0900
commit1f23d46244d0b189b0dc7eb2d02a2d86a01f630b (patch)
tree78a5c4f33898543094054ff6d16ddf243afa0d80
parentbc5cb1423afe41dd93ecc95c4b6747a1992deaf9 (diff)
downloadkdbg-1f23d462.tar.gz
kdbg-1f23d462.zip
Removed outdated filesr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0714edbc07276c5db27b4e3f02ce7293f2ed4647)
-rw-r--r--kdbg/typetables/qt.kdbgtt23
-rw-r--r--kdbg/typetables/qt2.kdbgtt28
-rw-r--r--kdbg/typetables/tdecore.kdbgtt7
3 files changed, 0 insertions, 58 deletions
diff --git a/kdbg/typetables/qt.kdbgtt b/kdbg/typetables/qt.kdbgtt
deleted file mode 100644
index 110cbce..0000000
--- a/kdbg/typetables/qt.kdbgtt
+++ /dev/null
@@ -1,23 +0,0 @@
-[Type Table]
-Types1=QString,QDir,QFileInfo,QFile
-Types2=QObject,QTableView
-LibDisplayName=libtqt 1.x
-ShlibRE=libtqt\.so\.1$
-[QString]
-Display={ % }
-Expr1=(%s).shd->data
-[QObject]
-Display={ name=% }
-Expr1=(%s).objname
-[QTableView]
-Alias=QObject
-[QDir]
-Display={ path=% filter=% }
-Expr1=((%s).dPath.shd->data)
-Expr2=((%s).nameFilt.shd->data)
-[QFileInfo]
-Display={ name=% }
-Expr1=((%s).fn.shd->data)
-[QFile]
-Display={ name=% }
-Expr1=((%s).fn.shd->data)
diff --git a/kdbg/typetables/qt2.kdbgtt b/kdbg/typetables/qt2.kdbgtt
deleted file mode 100644
index ed7ca01..0000000
--- a/kdbg/typetables/qt2.kdbgtt
+++ /dev/null
@@ -1,28 +0,0 @@
-[Type Table]
-Types1=QString,QCString,QDir,QFileInfo,QFile
-Types2=QObject,QTableView
-LibDisplayName=libtqt 2.x
-ShlibRE=libtqt\.so\.2$
-EnableBuiltin=QString::Data
-PrintQStringCmd=print ($qstrunicode=($qstrdata=(%s))->unicode)?(*(unsigned short*)$qstrunicode)@(($qstrlen=(unsigned int)($qstrdata->len))>100?100:$qstrlen):1==0\n
-[QString]
-Display={ % }
-Expr1=/QString::Data (%s).d
-[QCString]
-Display={ % }
-Expr1=(%s).shd->data
-[QObject]
-Display={ name=% }
-Expr1=(%s).objname
-[QTableView]
-Alias=QObject
-[QDir]
-Display={ path=% filter=% }
-Expr1=/QString::Data (%s).dPath.d
-Expr2=/QString::Data (%s).nameFilt.d
-[QFileInfo]
-Display={ name=% }
-Expr1=/QString::Data (%s).fn.d
-[QFile]
-Display={ name=% }
-Expr1=/QString::Data (%s).fn.d
diff --git a/kdbg/typetables/tdecore.kdbgtt b/kdbg/typetables/tdecore.kdbgtt
deleted file mode 100644
index 8c5082d..0000000
--- a/kdbg/typetables/tdecore.kdbgtt
+++ /dev/null
@@ -1,7 +0,0 @@
-[Type Table]
-Types1=KSimpleConfig
-LibDisplayName=tdecore (KDE 1.0 and 1.1)
-ShlibRE=libtdecore\.so\.[12]$
-[KSimpleConfig]
-Display={ global=% }
-Expr1=(%s).pData->aGlobalAppFile.shd->data