mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-28 21:00:41 +02:00
8 lines
192 B
C++
8 lines
192 B
C++
#include "OptionsDialog.h"
|
|
/* TODO example: http://doc.trolltech.com/4.7/dialogs-configdialog-configdialog-cpp.html */
|
|
|
|
OptionsDialog::OptionsDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|