1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Namespaces, not ctor-deleted classes

Stupid.
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2015-05-15 23:12:33 +02:00 committed by tux3
parent f0f069114c
commit b20ecf056d

View File

@ -9,13 +9,9 @@
#error "This file is only meant to be compiled for Windows targets"
#endif
class DirectShow
namespace DirectShow
{
public:
static QVector<QPair<QString,QString>> getDeviceList();
private:
DirectShow()=delete;
};
QVector<QPair<QString,QString>> getDeviceList();
}
#endif // DIRECTSHOW_H