From 4c2ee42d59eae050e4fd39ac2d84bb8dcf479514 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Sat, 1 May 2021 00:58:30 -0700 Subject: [PATCH] Changed the organization and domain to wfview and wfview.org. --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b99a244..add5e58 100644 --- a/main.cpp +++ b/main.cpp @@ -16,8 +16,8 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); //a.setStyle( "Fusion" ); - a.setOrganizationName("eliggett"); - a.setOrganizationDomain("nodomain"); + a.setOrganizationName("wfview"); + a.setOrganizationDomain("wfview.org"); a.setApplicationName("wfview");