Skip to content

Commit

Permalink
Merge pull request #723 from cjcliffe/code_quality
Browse files Browse the repository at this point in the history
AppFrame refactoring
  • Loading branch information
cjcliffe authored Apr 16, 2019
2 parents 61f6eac + 44fd77e commit 8edd8a7
Show file tree
Hide file tree
Showing 18 changed files with 1,641 additions and 1,303 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ SET (cubicsdr_sources
src/IOThread.cpp
src/ModemProperties.cpp
src/BookmarkMgr.cpp
src/SessionMgr.cpp
src/sdr/SDRDeviceInfo.cpp
src/sdr/SDRPostThread.cpp
src/sdr/SDREnumerator.cpp
Expand Down Expand Up @@ -433,6 +434,7 @@ SET (cubicsdr_headers
src/IOThread.h
src/ModemProperties.h
src/BookmarkMgr.h
src/SessionMgr.h
src/sdr/SDRDeviceInfo.h
src/sdr/SDRPostThread.h
src/sdr/SDREnumerator.h
Expand Down
2,075 changes: 1,034 additions & 1,041 deletions src/AppFrame.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 8edd8a7

Please sign in to comment.