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