mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
catching back up
This commit is contained in:
parent
879b89cae1
commit
4240c0abf2
20 changed files with 189 additions and 76 deletions
|
@ -184,9 +184,9 @@ int main(int argc, char *argv[])
|
|||
#else
|
||||
QApplication app(argc, argv);
|
||||
#endif
|
||||
app.setOrganizationName("Raspberry Pi");
|
||||
app.setOrganizationDomain("raspberrypi.org");
|
||||
app.setApplicationName("Imager");
|
||||
app.setOrganizationName("mustardOS");
|
||||
app.setOrganizationDomain("muos.dev");
|
||||
app.setApplicationName("Retro Imager");
|
||||
app.setWindowIcon(QIcon(":/icons/rpi-imager.ico"));
|
||||
ImageWriter imageWriter;
|
||||
NetworkAccessManagerFactory namf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue