[Closed] QSettings remove
Locked
General and Desktop
-
I have path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs
and key: C:\Windows\Microsoft.NET\Framework\v1.0.3705\iehost.dllhow can I remove this key.
I try:
@QSettings settings(path, QSettings::NativeFormat);
settings.remove(key);@but it does not work
i try:
@settings.contains(key);@
but i have false
-
This is your third topic on this issue. Please continue in one of your "previous":http://developer.qt.nokia.com/forums/viewthread/11649/ "topics":http://developer.qt.nokia.com/forums/viewthread/11705/.
This topic is closed.