Whole code base: various cleanups, removed SINGLE_SOURCE_COMPILE relicts

* cleaned up code and improved coding style
* removed old SINGLE_SOURCE_COMPILE macro relicts
* use QString::toUtf8() instead of QString::toAscii() wherever possible
This commit is contained in:
Tobias Doerffel
2009-08-04 12:32:36 +02:00
parent afbaabed02
commit 0bb54199b0
110 changed files with 132 additions and 416 deletions

View File

@@ -1,5 +1,5 @@
/*
* stereo_matrix.cpp - stereo-matrix-effect-plugin
* peak_controller_effect.cpp - PeakController effect plugin
*
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
*
@@ -28,8 +28,6 @@
#include "peak_controller.h"
#include "peak_controller_effect.h"
#undef SINGLE_SOURCE_COMPILE
#include "embed.cpp"