455723cede
basic skelton for all classes setup and then i will fill in all code later, it's not compilable at this time.
7 lines
82 B
C++
7 lines
82 B
C++
#include "file_item.h"
|
|
|
|
FileItem::FileItem(QWidget *parent) : QLabel(parent)
|
|
{
|
|
|
|
}
|