X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=tomamp%2Foptiondialog.cpp;fp=tomamp%2Foptiondialog.cpp;h=ed4003265fb39f1c8daa459c3b2b24d8cd7fdfe0;hb=4095d2c5f4b8e4112c75152aefc34969d34c14db;hp=0000000000000000000000000000000000000000;hpb=35813fc153644f45ff4affc760821758dbf75658;p=tomamp diff --git a/tomamp/optiondialog.cpp b/tomamp/optiondialog.cpp new file mode 100644 index 0000000..ed40032 --- /dev/null +++ b/tomamp/optiondialog.cpp @@ -0,0 +1,6 @@ +#include "optiondialog.h" + +OptionDialog::OptionDialog(QWidget *parent) : + QDialog(parent) +{ +}