summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.h
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.h b/noncore/multimedia/opieplayer2/mediaplayerstate.h
index 887c527..3baffd3 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.h
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.h
@@ -80,2 +80,3 @@ public slots:
void setView( char v );
+ void setBlank( bool b );
@@ -94,2 +95,3 @@ public slots:
void togglePlaying();
+ void toggleBlank();
@@ -108,3 +110,3 @@ signals:
void viewChanged( char );
-
+ void blankToggled( bool );
void prev();
@@ -116,2 +118,3 @@ private:
bool isScaled;
+ bool isBlanked;
bool isLooping;