Skip to content

Commit

Permalink
Remove TimeIt classes
Browse files Browse the repository at this point in the history
This is the last commit in a series of commits that
remove the TimeIt classes from koviz.  I made the TimeIt
classes originally thinking there was no crossplatform
elapsed timer (or maybe it didn't exist at the time).
QElapsedTimer is exactly what I needed, so the replacement
was very straightforward and now timers work on all
platforms. Timers are used in progress dialogs to give
the user the elapsed time for long operations.
  • Loading branch information
keithvetter committed Aug 9, 2024
1 parent 73ebca3 commit d273f46
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 200 deletions.
6 changes: 0 additions & 6 deletions libkoviz/libkoviz.pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ SOURCES += bookmodel.cpp \
parameter.cpp \
runs.cpp \
snaptable.cpp \
timeit.cpp \
timeit_linux.cpp \
timeit_win32.cpp \
timestamps.cpp \
datamodel.cpp \
datamodel_trick.cpp \
Expand Down Expand Up @@ -164,9 +161,6 @@ HEADERS += bookmodel.h \
roundoff.h \
runs.h \
snaptable.h \
timeit.h \
timeit_linux.h \
timeit_win32.h \
timestamps.h \
trick_types.h \
tricktablemodel.h \
Expand Down
5 changes: 0 additions & 5 deletions libkoviz/timeit.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions libkoviz/timeit.h

This file was deleted.

28 changes: 0 additions & 28 deletions libkoviz/timeit_linux.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions libkoviz/timeit_linux.h

This file was deleted.

75 changes: 0 additions & 75 deletions libkoviz/timeit_win32.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions libkoviz/timeit_win32.h

This file was deleted.

0 comments on commit d273f46

Please sign in to comment.