lubuntu-connection-editor/qvarianthelper.h

10 lines
190 B
C
Raw Normal View History

2023-11-01 23:35:33 -05:00
#ifndef QVARIANTHELPER_H
#define QVARIANTHELPER_H
#include <NetworkManagerQt/Ipv4Setting>
#include <QList>
Q_DECLARE_METATYPE(QList<NetworkManager::IpAddress>)
#endif // QVARIANTHELPER_H