From ff4be474e4343992994c0edd8fed8ccb5300d092 Mon Sep 17 00:00:00 2001 From: zvon Date: Thu, 16 Apr 2020 15:02:33 +0200 Subject: [PATCH] Restructure source tree --- {windows => win32}/databasewindow.cpp | 0 {windows => win32}/databasewindow.hpp | 0 {windows => win32}/gui.cpp | 0 {windows => win32}/gui_functions.cpp | 0 {windows => win32}/gui_functions.hpp | 0 {windows => win32}/mainwindow.cpp | 0 {windows => win32}/mainwindow.hpp | 0 {windows => win32}/patternwindow.cpp | 0 {windows => win32}/patternwindow.hpp | 0 {windows => win32}/progresswindow.cpp | 0 {windows => win32}/progresswindow.hpp | 0 {windows => win32}/searchwindow.cpp | 0 {windows => win32}/searchwindow.hpp | 0 {windows => win32}/seasonwindow.cpp | 0 {windows => win32}/seasonwindow.hpp | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {windows => win32}/databasewindow.cpp (100%) rename {windows => win32}/databasewindow.hpp (100%) rename {windows => win32}/gui.cpp (100%) rename {windows => win32}/gui_functions.cpp (100%) rename {windows => win32}/gui_functions.hpp (100%) rename {windows => win32}/mainwindow.cpp (100%) rename {windows => win32}/mainwindow.hpp (100%) rename {windows => win32}/patternwindow.cpp (100%) rename {windows => win32}/patternwindow.hpp (100%) rename {windows => win32}/progresswindow.cpp (100%) rename {windows => win32}/progresswindow.hpp (100%) rename {windows => win32}/searchwindow.cpp (100%) rename {windows => win32}/searchwindow.hpp (100%) rename {windows => win32}/seasonwindow.cpp (100%) rename {windows => win32}/seasonwindow.hpp (100%) diff --git a/windows/databasewindow.cpp b/win32/databasewindow.cpp similarity index 100% rename from windows/databasewindow.cpp rename to win32/databasewindow.cpp diff --git a/windows/databasewindow.hpp b/win32/databasewindow.hpp similarity index 100% rename from windows/databasewindow.hpp rename to win32/databasewindow.hpp diff --git a/windows/gui.cpp b/win32/gui.cpp similarity index 100% rename from windows/gui.cpp rename to win32/gui.cpp diff --git a/windows/gui_functions.cpp b/win32/gui_functions.cpp similarity index 100% rename from windows/gui_functions.cpp rename to win32/gui_functions.cpp diff --git a/windows/gui_functions.hpp b/win32/gui_functions.hpp similarity index 100% rename from windows/gui_functions.hpp rename to win32/gui_functions.hpp diff --git a/windows/mainwindow.cpp b/win32/mainwindow.cpp similarity index 100% rename from windows/mainwindow.cpp rename to win32/mainwindow.cpp diff --git a/windows/mainwindow.hpp b/win32/mainwindow.hpp similarity index 100% rename from windows/mainwindow.hpp rename to win32/mainwindow.hpp diff --git a/windows/patternwindow.cpp b/win32/patternwindow.cpp similarity index 100% rename from windows/patternwindow.cpp rename to win32/patternwindow.cpp diff --git a/windows/patternwindow.hpp b/win32/patternwindow.hpp similarity index 100% rename from windows/patternwindow.hpp rename to win32/patternwindow.hpp diff --git a/windows/progresswindow.cpp b/win32/progresswindow.cpp similarity index 100% rename from windows/progresswindow.cpp rename to win32/progresswindow.cpp diff --git a/windows/progresswindow.hpp b/win32/progresswindow.hpp similarity index 100% rename from windows/progresswindow.hpp rename to win32/progresswindow.hpp diff --git a/windows/searchwindow.cpp b/win32/searchwindow.cpp similarity index 100% rename from windows/searchwindow.cpp rename to win32/searchwindow.cpp diff --git a/windows/searchwindow.hpp b/win32/searchwindow.hpp similarity index 100% rename from windows/searchwindow.hpp rename to win32/searchwindow.hpp diff --git a/windows/seasonwindow.cpp b/win32/seasonwindow.cpp similarity index 100% rename from windows/seasonwindow.cpp rename to win32/seasonwindow.cpp diff --git a/windows/seasonwindow.hpp b/win32/seasonwindow.hpp similarity index 100% rename from windows/seasonwindow.hpp rename to win32/seasonwindow.hpp