Spectral/matrix/imageproviderconnection.cpp

10 lines
185 B
C++
Raw Normal View History

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