src/MessageLog.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_MESSAGELOG_H 19 #pragma once
20 #define LDFORGE_MESSAGELOG_H
21
22 #include <QObject> 20 #include <QObject>
23 #include <QDate> 21 #include <QDate>
24 #include "Main.h" 22 #include "Main.h"
25 #include "Types.h" 23 #include "Types.h"
26 24
64 QTimer* m_ticker; 62 QTimer* m_ticker;
65 63
66 private slots: 64 private slots:
67 void tick(); 65 void tick();
68 }; 66 };
69
70 #endif // LDFORGE_MESSAGELOG_H

mercurial