summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-27 21:06:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 16:21:57 +0100
commitb19145125e5989937928034d40b0943203513eee (patch)
treea49e0bdfa6cf268af0932f96cb01b286107aeab2 /examples/widgets
parent6fbd9ad059bcf71ecaa6aedd39baaf77b9ba7d05 (diff)
remove rather useless text file
somebody who cares can find the information in the git log Change-Id: I97dff4ab33a773247e1320ba6491e6377a2b94e7 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/widgets/calculator/releasenotes.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/widgets/widgets/calculator/releasenotes.txt b/examples/widgets/widgets/calculator/releasenotes.txt
deleted file mode 100644
index 053f651dba..0000000000
--- a/examples/widgets/widgets/calculator/releasenotes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Calculator
-=============
-
-Compared to the original example in the Qt SDK, the Calculator class (calculator.h) has been derived from QWidget instead of QDialog because in Maemo you cannot have any additional controls with dialogs. The mainLayout size constraint has been changed to SetNoConstraint to enable immediate scaling of the grid in Symbian. Screen definition for Symbian has been changed to showMaximized() to enable correct scaling of the application (see main.cpp). \ No newline at end of file