* LVSL: call waitpid(...) when closing plugin - fixes zombie processes
* VST-effect: finally made VST-effect plugin work * core: when rendering from command-line, only create a QCoreApplication - needs further work * Singerbot: integrated patches from William Steidtmann <billstei/at/hbci/dot/com> which makes Singerbot at least compile - doesn't seem to work yet though git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@997 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -201,15 +201,10 @@ private:
|
||||
void createWidgets( void );
|
||||
|
||||
|
||||
void FASTCALL addPage( QWidget * _w, const QString & _title );
|
||||
void addPage( QWidget * _w, const QString & _title );
|
||||
|
||||
void loadStyleSheet( void );
|
||||
|
||||
/* static void processFilesRecursively( const QString & _src_dir,
|
||||
const QString & _dst_dir,
|
||||
void( * _proc_func )( const QString & _src, const QString &
|
||||
_dst ) );*/
|
||||
|
||||
|
||||
const QString m_lmmsRcFile;
|
||||
QString m_workingDir;
|
||||
|
||||
Reference in New Issue
Block a user