Files
neochat/src/imageproviderconnection.cpp
Black Hat d44383545a Alter code structure && change room list filtering mechanics && add
sorting && init categoriy for rooms.
2018-07-13 12:06:27 +08:00

7 lines
185 B
C++

#include "imageproviderconnection.h"
ImageProviderConnection::ImageProviderConnection(QObject* parent)
: QObject(parent) {}
ImageProviderConnection::~ImageProviderConnection() {}