Fix imageprovider.
This commit is contained in:
9
matrix/imageproviderconnection.cpp
Normal file
9
matrix/imageproviderconnection.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "imageproviderconnection.h"
|
||||
|
||||
ImageProviderConnection::ImageProviderConnection(QObject* parent) : QObject(parent) {
|
||||
|
||||
}
|
||||
|
||||
ImageProviderConnection::~ImageProviderConnection() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user