src/config.h

changeset 497
c51941e590b6
parent 493
16766ac1bbd9
child 538
2f85d4d286e5
equal deleted inserted replaced
496:d6cbf21af8fb 497:c51941e590b6
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 CONFIG_H 19 #ifndef LDFORGE_CONFIG_H
20 #define CONFIG_H 20 #define LDFORGE_CONFIG_H
21 21
22 #include "common.h" 22 #include "common.h"
23 23
24 // ============================================================================= 24 // =============================================================================
25 #include <QString> 25 #include <QString>
241 c_it end() const 241 c_it end() const
242 { return value.constEnd(); 242 { return value.constEnd();
243 } 243 }
244 }; 244 };
245 245
246 #endif // CONFIG_H 246 #endif // LDFORGE_CONFIG_H

mercurial