Huge push that fixes lot of the problems with headers and added a Slider
This commit is contained in:
parent
76b9131d03
commit
f36ba49ea9
21 changed files with 298 additions and 42 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef __STEREOMONO_H__
|
||||
#define __STEREOMONO_H__
|
||||
|
||||
#include "PixWidget.h"
|
||||
|
||||
class StereoMono : public PixWidget
|
||||
|
@ -25,3 +28,4 @@ class StereoMono : public PixWidget
|
|||
QPixmap m_pixmap_stereo;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue