51 |
51 |
52 def main(): |
52 def main(): |
53 """ |
53 """ |
54 Main entry point into the application. |
54 Main entry point into the application. |
55 """ |
55 """ |
|
56 from PyQt5.QtGui import QGuiApplication |
|
57 QGuiApplication.setDesktopFileName("eric6_diff.desktop") |
|
58 |
56 options = [ |
59 options = [ |
57 ("--config=configDir", |
60 ("--config=configDir", |
58 "use the given directory as the one containing the config files"), |
61 "use the given directory as the one containing the config files"), |
59 ("--settings=settingsDir", |
62 ("--settings=settingsDir", |
60 "use the given directory to store the settings files"), |
63 "use the given directory to store the settings files"), |