1 /* |
1 /* |
2 * LDForge: LDraw parts authoring CAD |
2 * LDForge: LDraw parts authoring CAD |
3 * Copyright (C) 2013, 2014 Santeri Piippo |
3 * Copyright (C) 2013, 2014 Teemu Piippo |
4 * |
4 * |
5 * This program is free software: you can redistribute it and/or modify |
5 * This program is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License as published by |
6 * it under the terms of the GNU General Public License as published by |
7 * the Free Software Foundation, either version 3 of the License, or |
7 * the Free Software Foundation, either version 3 of the License, or |
8 * (at your option) any later version. |
8 * (at your option) any later version. |
359 |
359 |
360 // ============================================================================= |
360 // ============================================================================= |
361 // ============================================================================= |
361 // ============================================================================= |
362 void AboutDialog::slot_mail() |
362 void AboutDialog::slot_mail() |
363 { |
363 { |
364 QDesktopServices::openUrl (QUrl ("mailto:Santeri Piippo <arezey@gmail.com>?subject=LDForge")); |
364 QDesktopServices::openUrl (QUrl ("mailto:Teemu Piippo <arezey@gmail.com>?subject=LDForge")); |
365 } |
365 } |
366 |
366 |
367 // ============================================================================= |
367 // ============================================================================= |
368 // ============================================================================= |
368 // ============================================================================= |
369 void bombBox (const QString& message) |
369 void bombBox (const QString& message) |