openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07528
Re: [Merge] lp:~samster9312/openlp/android into lp:openlp/android
> Lots of hardcoded references to 192.168.1.44, some users would complain!
Those are defaults like our initial values. I hope there is a screen to set the preferences!
prefs.getString("url", "http://192.168.1.44");
is the same as
QtCore.QSettings().value(self.settingsSection + u'url',QtCore.QVariant(u'http://192.168.1.44')).toString()
--
https://code.launchpad.net/~samster9312/openlp/android/+merge/54984
Your team OpenLP Core is subscribed to branch lp:openlp/android.
Follow ups
References