diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-30 23:31:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-30 23:31:38 +0900 |
| commit | 3e1f56d4cee6fdaf88659c4dfc075127e2ec5887 (patch) | |
| tree | 7bbb718542d60322a6125cc47693b3d15fb78ac1 | |
| parent | b98ce89da817697faced6eb4e3220db4a958db67 (diff) | |
| download | tdeedu-remove/dummy-comparison-operator.tar.gz tdeedu-remove/dummy-comparison-operator.zip | |
Remove use of TQ_DUMMY_COMPARISON_OPERATOR.remove/dummy-comparison-operator
The #define was used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | libtdeedu/extdate/extdatetimeedit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtdeedu/extdate/extdatetimeedit.h b/libtdeedu/extdate/extdatetimeedit.h index c4feaed7..0247709e 100644 --- a/libtdeedu/extdate/extdatetimeedit.h +++ b/libtdeedu/extdate/extdatetimeedit.h @@ -295,7 +295,6 @@ public: int width() const { return selend - selstart; } int index() const { return act; } bool separator() const { return sep; } - TQ_DUMMY_COMPARISON_OPERATOR( TQNumberSection ) private: int selstart :12; int selend :12; |
