src/AddObjectDialog.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
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_ADDOBJECTDIALOG_H 19 #pragma once
20 #define LDFORGE_ADDOBJECTDIALOG_H
21
22 #include <QDialog> 20 #include <QDialog>
23 #include "LDObject.h" 21 #include "LDObject.h"
24 22
25 class QTreeWidgetItem; 23 class QTreeWidgetItem;
26 class QLineEdit; 24 class QLineEdit;
67 65
68 private slots: 66 private slots:
69 void slot_colorButtonClicked(); 67 void slot_colorButtonClicked();
70 void slot_subfileTypeChanged(); 68 void slot_subfileTypeChanged();
71 }; 69 };
72
73 #endif // LDFORGE_ADDOBJECTDIALOG_H

mercurial