From 9f85edf704bf68b7a163db5ca52807a84e46132b Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Thu, 22 Nov 2018 15:54:11 -0500 Subject: [PATCH] rename host files --- GUI/CMakeLists.txt | 4 ++-- GUI/host/{host.cc => host.cpp} | 0 GUI/host/{textthread.cc => textthread.cpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename GUI/host/{host.cc => host.cpp} (100%) rename GUI/host/{textthread.cc => textthread.cpp} (100%) diff --git a/GUI/CMakeLists.txt b/GUI/CMakeLists.txt index 3c041d7..07497cc 100644 --- a/GUI/CMakeLists.txt +++ b/GUI/CMakeLists.txt @@ -12,8 +12,8 @@ set(gui_SRCS extenwindow.cpp setdialog.cpp tests.cpp - host/host.cc - host/textthread.cc + host/host.cpp + host/textthread.cpp host/util.cpp ${RESOURCE_FILES} ) diff --git a/GUI/host/host.cc b/GUI/host/host.cpp similarity index 100% rename from GUI/host/host.cc rename to GUI/host/host.cpp diff --git a/GUI/host/textthread.cc b/GUI/host/textthread.cpp similarity index 100% rename from GUI/host/textthread.cc rename to GUI/host/textthread.cpp