--- a/QTfrontend/model/MapModel.h Sat Apr 28 11:56:09 2012 +0200
+++ b/QTfrontend/model/MapModel.h Sat Apr 28 12:35:29 2012 +0200
@@ -1,7 +1,6 @@
/*
* Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
- * Copyright (c) 2007-2012 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2012 Andrey Korotaev <unC0Rr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -81,12 +80,12 @@
public slots:
- /// reloads the maps using the DataManager
+ /// Reloads the maps using the DataManager.
void loadMaps();
private:
- ///< start-index and map count for each map-type
+ /// start-index and map count for each map-type.
QMap<MapType, QPair<int,int> > typeLoc;
/**