Initial Commit
This commit is contained in:
13
ImageManager.cpp
Normal file
13
ImageManager.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <QDBusConnection>
|
||||
#include <QDebug>
|
||||
|
||||
#include "ImageManager.hpp"
|
||||
|
||||
ImageManager::ImageManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
ImageManager::~ImageManager()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user