src/ConfigurationDialog.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
child 642
751a8df42842
equal deleted inserted replaced
640:d4dda62c6600 641:425b169a82aa
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef LDFORGE_CONFIGDIALOG_H 19 #pragma once
20 #define LDFORGE_CONFIGDIALOG_H
21
22 #include "MainWindow.h" 20 #include "MainWindow.h"
23 #include <QDialog> 21 #include <QDialog>
24 22
25 class Ui_ConfigUI; 23 class Ui_ConfigUI;
26 class QLabel; 24 class QLabel;
117 void updateOutput(); 115 void updateOutput();
118 116
119 private slots: 117 private slots:
120 virtual void keyPressEvent (QKeyEvent* ev) override; 118 virtual void keyPressEvent (QKeyEvent* ev) override;
121 }; 119 };
122
123 #endif // LDFORGE_CONFIGDIALOG_H

mercurial