Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Good day, colleagues!
Are the any way to flush DNS cache in uniform way on Windows (XP, Vista, 7) with the help of Qt?
I don't think so, but I'm not entirely sure. I think you'll have to resort to platform dependent code.
One way would be to use QProcess to execute:
@ ipconfig /flushdns @