From 4df23e9b87f7124b59778aa02ab776e842989e0e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 28 Feb 2009 20:16:19 +0000 Subject: enapled projectM plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@812 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Visual/projectm/qprojectm.h | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/plugins/Visual/projectm/qprojectm.h (limited to 'src/plugins/Visual/projectm/qprojectm.h') diff --git a/src/plugins/Visual/projectm/qprojectm.h b/src/plugins/Visual/projectm/qprojectm.h deleted file mode 100644 index b96280fd2..000000000 --- a/src/plugins/Visual/projectm/qprojectm.h +++ /dev/null @@ -1,35 +0,0 @@ -// -// C++ Interface: qprojectm -// -// Description: -// -// -// Author: Carmelo Piccione , (C) 2008 -// -// Copyright: See COPYING file that comes with this distribution -// -// - -#ifndef QPROJECTM_HPP -#define QPROJECTM_HPP -#include -#include - -class QProjectM : public QObject, public projectM -{ - - Q_OBJECT - -public: - QProjectM(const std::string & config_file) : projectM(config_file, projectM::FLAG_DISABLE_PLAYLIST_LOAD) {} - - void presetSwitchedEvent(bool hardCut, unsigned int index) const - { - presetSwitchedSignal(hardCut, index); - } - -signals: - void presetSwitchedSignal(bool hardCut, unsigned int index) const; - -}; -#endif -- cgit v1.2.3-13-gbd6f