aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt4.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-15 17:37:58 +0000
committerDavid Robillard <d@drobilla.net>2012-01-15 17:37:58 +0000
commitfe939f0d817f7309b203419658ab6ef6ec1306ab (patch)
tree40a8ff6dd7d80aff3b93d3a754b1cccc99c0a2b2 /src/jalv_qt4.cpp
parentbddcd318c30e93d9838a4b60300772e267360b7d (diff)
downloadjalv-fe939f0d817f7309b203419658ab6ef6ec1306ab.tar.gz
jalv-fe939f0d817f7309b203419658ab6ef6ec1306ab.tar.bz2
jalv-fe939f0d817f7309b203419658ab6ef6ec1306ab.zip
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3949 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r--src/jalv_qt4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp
index a765770..abe100a 100644
--- a/src/jalv_qt4.cpp
+++ b/src/jalv_qt4.cpp
@@ -53,7 +53,7 @@ jalv_ui_resize(Jalv* jalv, int width, int height)
class Timer : public QTimer {
public:
- Timer(Jalv* j) : jalv(j) {}
+ explicit Timer(Jalv* j) : jalv(j) {}
void timerEvent(QTimerEvent* e) {
jalv_emit_ui_events(jalv);
@@ -86,4 +86,4 @@ jalv_open_ui(Jalv* jalv,
return ret;
}
-} // extern "C"
+} // extern "C"