summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:48:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:51:35 +0900
commitadd9d70b506d0ef90518a92aa133495cdfe01e21 (patch)
tree2c9b2c76bc1c9d539816512b15d66bce2d0e5657
parent6e47bcc543fd87049798e173bad7e52b46e8cbdd (diff)
downloadtdebindings-master.tar.gz
tdebindings-master.zip
Replace QT_STATIC_CONST_* with actual definitionsHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kalyptus/kalyptus2
1 files changed, 0 insertions, 2 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index 0ecd65de..a0357bbd 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -131,7 +131,6 @@ $allowed_k_dcop_accesors_re = join("|", @allowed_k_dcop_accesors);
_STYLE_PLATINUM => '',
_STYLE_SGI => '',
_STYLE_WINDOWS => '',
- QT_STATIC_CONST => 'static const',
TQ_EXPORT => '',
Q_EXPORT_CODECS_BIG5 => '',
TQ_REFCOUNT => '',
@@ -508,7 +507,6 @@ LOOP:
}
# Hack, waiting for real handling of preprocessor defines
$p =~ s/QT_MODULE\(\w+\)//;
- $p =~ s/QT_STATIC_CONST/static const/;
$p =~ s/QT_WEAK_SYMBOL//;
$p =~ s/QT_MOC_COMPAT//;
$p =~ s/Q_EXPORT_CODECS_BIG5//;