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:
parent
f0f069114c
commit
b20ecf056d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user