summaryrefslogtreecommitdiffstats
path: root/vrplayer
diff options
context:
space:
mode:
Diffstat (limited to 'vrplayer')
-rw-r--r--vrplayer/decoderthread.cpp2
-rw-r--r--vrplayer/mainwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/vrplayer/decoderthread.cpp b/vrplayer/decoderthread.cpp
index 36ba4c85..7841a3b5 100644
--- a/vrplayer/decoderthread.cpp
+++ b/vrplayer/decoderthread.cpp
@@ -23,7 +23,7 @@
/*
* TODO:
* o need to maintain aspect ratio while resizing
- * o clicking in the middle of the slider bar shuld move the slider to the middle
+ * o clicking in the middle of the slider bar should move the slider to the middle
* o need to be able to rewind the move when it is done playing
* o need to be able to load another move and play it w/o restarting player
* o pause button needs to work
diff --git a/vrplayer/mainwindow.h b/vrplayer/mainwindow.h
index f0383098..58bcb31c 100644
--- a/vrplayer/mainwindow.h
+++ b/vrplayer/mainwindow.h
@@ -62,7 +62,7 @@ public:
~MainWindow();
signals:
- void onGeometryChanged(int x, int y, int widht, int height);
+ void onGeometryChanged(int x, int y, int width, int height);
public slots:
void onSliderValueChanged(int value);