Changeset 1537 in ntrip for trunk/BNC/bncsettings.cpp


Ignore:
Timestamp:
Jan 25, 2009, 9:12:09 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsettings.cpp

    r1536 r1537  
    1515 * -----------------------------------------------------------------------*/
    1616
     17#include <QCoreApplication>
    1718#include <QStringList>
    1819
     
    2122// Constructor
    2223////////////////////////////////////////////////////////////////////////////
    23 bncSettings::bncSettings() : QSettings() {
     24bncSettings::bncSettings() :
     25  QSettings(QCoreApplication::applicationName().append(".ini"),
     26            QSettings::IniFormat) {
    2427
    2528  if (allKeys().size() == 0) {
Note: See TracChangeset for help on using the changeset viewer.