13 lines
176 B
C++
13 lines
176 B
C++
#include <QDBusConnection>
|
|
#include <QDebug>
|
|
|
|
#include "ImageManager.hpp"
|
|
|
|
ImageManager::ImageManager(QObject *parent) : QObject(parent)
|
|
{
|
|
}
|
|
|
|
ImageManager::~ImageManager()
|
|
{
|
|
|
|
} |