Fix unexported library and increase NM DBUS timeout

pull/16/head
Timothy Pearson 12 years ago
parent 1351acec11
commit 259ae3880d

@ -37,7 +37,9 @@
#define UPDATE_STRING_SETTING_IF_VALID(string, key, settingsMap) if (!string.isNull()) settingsMap[key] = convertDBUSDataToVariantData(TQT_DBusData::fromString(string)); \
else settingsMap.remove(key);
#define NM_ASYNC_TIMEOUT_MS 1000
//#define NM_ASYNC_TIMEOUT_MS 1000
// Give the user 5 minutes to authenticate to DBUS before timing out
#define NM_ASYNC_TIMEOUT_MS (5*60*1000)
TQ_UINT32 reverseIPV4ByteOrder(TQ_UINT32 address) {
TQ_UINT32 ret;

@ -599,7 +599,7 @@ class TDECORE_EXPORT TDENetworkSingleRouteConfiguration
typedef TQValueList<TDENetworkSingleRouteConfiguration> TDENetworkSingleRouteConfigurationList;
class TDENetworkIEEE8021xConfiguration
class TDECORE_EXPORT TDENetworkIEEE8021xConfiguration
{
public:
TDENetworkIEEE8021xConfiguration();

Loading…
Cancel
Save