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