aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cc')
-rw-r--r--mainwindow.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mainwindow.cc b/mainwindow.cc
index b49a8da..921abe2 100644
--- a/mainwindow.cc
+++ b/mainwindow.cc
@@ -321,3 +321,8 @@ QString MainWindow::formatDuration(qint64 time)
return QString("%2:%3").arg(mins).arg(secs, 2, 10, fill);
}
}
+
+void MainWindow::handleAbout()
+{
+ QMessageBox::about(this, tr("About Scribiu"), tr("Read notebooks and audio notes from your Livescribe Echo pen"));
+}