From 09955287c7d444e00b9aa0948abee58560b3d1a6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 13 Aug 2007 15:37:23 +0000 Subject: added stop function blocking while connecting git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@85 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/soundcore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/soundcore.h') diff --git a/lib/soundcore.h b/lib/soundcore.h index 1f88fe691..7e9d7369f 100644 --- a/lib/soundcore.h +++ b/lib/soundcore.h @@ -158,6 +158,7 @@ private: bool m_paused; bool m_useEQ; bool m_update; + bool m_block; int m_preamp; int m_bands[10]; Visualization *m_vis; -- cgit v1.2.3-13-gbd6f