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 * config.cpp: Configuration management. I don't like how unsafe QSettings |
19 * config.cxx: Configuration management. I don't like how unsafe QSettings |
20 * is so this implements a type-safer and identifer-safer wrapping system of |
20 * is so this implements a type-safer and identifer-safer wrapping system of |
21 * configuration variables. QSettings is used underlyingly, this is a matter |
21 * configuration variables. QSettings is used underlyingly, this is a matter |
22 * of interface. |
22 * of interface. |
23 */ |
23 */ |
24 |
24 |