summaryrefslogtreecommitdiff
path: root/examples/master/dialog.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-27 00:51:31 +0000
committerLaszlo Papp <lpapp@kde.org>2013-01-27 13:01:22 +0100
commitd5b47055d0ae2b171bb07f27366d4d9c882f732a (patch)
tree0a2958b3ac27233c3bf259a6a51dce588f061560 /examples/master/dialog.h
parent6f5d68fdec2b3b35b995f9ecc2f4844ec4ae9183 (diff)
downloadqtserialport-d5b47055d0ae2b171bb07f27366d4d9c882f732a.tar.gz
Rename the SerialPort* classes to QSerialPort* including the internals.
Unfortunately, the rename has to happen in a separate commit because of the limitations of "git": "git does not track renames of files in history, git only records tree snapshots. It can try to guess whether a change was a rename, or just unrelated removal+addition, when asked. You can help this by making the rename in a different commit from a modification. See man git-log -C and -M" ... so the rename will happen in the next change. Change-Id: Ibe56eba0a0d2c7489db48a6c519d60d3315c00de Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples/master/dialog.h')
-rw-r--r--examples/master/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/master/dialog.h b/examples/master/dialog.h
index 0dfa271..e2100ac 100644
--- a/examples/master/dialog.h
+++ b/examples/master/dialog.h
@@ -83,7 +83,7 @@ private:
QLabel *statusLabel;
QPushButton *runButton;
- SerialPort serial;
+ QSerialPort serial;
QByteArray response;
QTimer timer;
};