mirror of
https://github.com/gtalent/sc9k.git
synced 2025-02-02 14:13:40 -06:00
7 lines
87 B
C++
7 lines
87 B
C++
|
#include "slideview.hpp"
|
||
|
|
||
|
SlideView::SlideView(QWidget *parent) : QWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|