docs: describe the pmdaroot process interfaces
[pcp.git] / src / pmchart / seealsodialog.cpp
blobae663e8f754f1e3446d7a5e4a899e369f3a41e5b
1 /*
2 * Copyright (c) 2007, Aconex. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
14 #include "seealsodialog.h"
16 SeeAlsoDialog::SeeAlsoDialog(QWidget* parent) : QDialog(parent)
18 setupUi(this);
21 void SeeAlsoDialog::seeAlsoOKButton_clicked()
23 done(0);