7 lines
185 B
C++
7 lines
185 B
C++
#include "imageproviderconnection.h"
|
|
|
|
ImageProviderConnection::ImageProviderConnection(QObject* parent)
|
|
: QObject(parent) {}
|
|
|
|
ImageProviderConnection::~ImageProviderConnection() {}
|