summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialbus/can/mainwindow.h')
-rw-r--r--examples/serialbus/can/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/serialbus/can/mainwindow.h b/examples/serialbus/can/mainwindow.h
index 8cd53a9..a23fbae 100644
--- a/examples/serialbus/can/mainwindow.h
+++ b/examples/serialbus/can/mainwindow.h
@@ -67,12 +67,12 @@ public:
~MainWindow();
private slots:
- void checkMessages();
- void sendMessage() const;
- void receiveError(QCanBusDevice::CanBusError) const;
+ void processReceivedFrames();
+ void sendFrame() const;
+ void processErrors(QCanBusDevice::CanBusError) const;
void connectDevice();
void disconnectDevice();
- void framesWritten(qint64);
+ void processFramesWritten(qint64);
protected:
void closeEvent(QCloseEvent *event) override;