Skip to content

Commit

Permalink
some whitespaces fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
agaida committed Sep 21, 2017
1 parent 0f6eda7 commit 181212b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

set(MAJOR_VERSION 1)
set(MINOR_VERSION 10)
set(PATCH_VERSION 16)
set(PATCH_VERSION 17)
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")

Expand Down
75 changes: 37 additions & 38 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@

set(SOURCES
proc.cpp
set(SOURCES
proc.cpp
qpsapp.cpp
qps.cpp
qps.cpp
screenshot.cpp
pstable.cpp
uidstr.cpp
ttystr.cpp
dialogs.cpp
infobar.cpp
fieldsel.cpp
wchan.cpp
prefs.cpp
lookup.cpp
details.cpp
command.cpp
pstable.cpp
uidstr.cpp
ttystr.cpp
dialogs.cpp
infobar.cpp
fieldsel.cpp
wchan.cpp
prefs.cpp
lookup.cpp
details.cpp
command.cpp
commandutils.cpp
commandmodel.cpp
commanddialog.cpp
Expand All @@ -23,27 +22,27 @@ set(SOURCES
watchcond.cpp
listmodel.cpp
watchdogdialog.cpp
misc.cpp
trayicon.cpp
htable.cpp
# htable2.cpp
# pstable2.cpp
qttableview.cpp
misc.cpp
trayicon.cpp
htable.cpp
# htable2.cpp
# pstable2.cpp
qttableview.cpp
)

SET(HEADERS
SET(HEADERS
qpsapp.h
qps.h
screenshot.h
pstable.h
dialogs.h
fieldsel.h
prefs.h
infobar.h
lookup.h
details.h
qps.h
screenshot.h
pstable.h
dialogs.h
fieldsel.h
prefs.h
infobar.h
lookup.h
details.h
tablefield.h
command.h
command.h
commandutils.h
commandmodel.h
commanddialog.h
Expand All @@ -52,12 +51,12 @@ SET(HEADERS
watchcond.h
listmodel.h
watchdogdialog.h
misc.h
trayicon.h
htable.h
# htable2.h
# pstable2.h
qttableview.h
misc.h
trayicon.h
htable.h
# htable2.h
# pstable2.h
qttableview.h
)

set(UIS
Expand Down
2 changes: 1 addition & 1 deletion src/commanddialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ CommandDialog::CommandDialog()
TBloon *bloon = new TBloon(this);
/// for(int i = 0; i < commands.size(); i++)
/// listview->insertItem(commands[i]->name);
// listview->addItem(commands[i]->name);
/// listview->addItem(commands[i]->name);
/// vbox->freeze();
}

Expand Down
4 changes: 2 additions & 2 deletions src/watchdog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
border-image: url(:/icon/vista.png);
}
QWidget {
}
}
QFrame, QLabel, QToolTip {
}
}
</string>
</property>
<layout class="QVBoxLayout">
Expand Down

0 comments on commit 181212b

Please sign in to comment.