aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/experimental/lumina-screencast/MainUI.cpp
blob: 6b06fd26e50b98f4aec73b48fd0196f5429c0806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//===========================================
//  Lumina-DE source code
//  Copyright (c) 2014-2015, Ken Moore
//  Available under the 3-clause BSD license
//  See the LICENSE file for full details
//===========================================

#include "MainUI.h"
#include "ui_MainUI.h"

MainUI::MainUI() {
  setupIcons();
}

MainUI::~MainUI() {

}

void MainUI::setupIcons() {

}

//SLOTS
bgstack15