Spectral/src/imageproviderconnection.cpp

7 lines
185 B
C++
Raw Normal View History

2018-07-07 11:06:13 +00:00
#include "imageproviderconnection.h"
2018-07-09 02:45:26 +00:00
ImageProviderConnection::ImageProviderConnection(QObject* parent)
: QObject(parent) {}
2018-07-07 11:06:13 +00:00
2018-07-09 02:45:26 +00:00
ImageProviderConnection::~ImageProviderConnection() {}