Cleanup whitespace

Mostly trailing whitespace

Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Orgad Shaneh
2014-05-16 12:59:39 +03:00
committed by Orgad Shaneh
parent 752668b5f4
commit 82aa1380f2
22 changed files with 38 additions and 46 deletions

View File

@@ -18,13 +18,6 @@ QGraphicsView {
background-color: #4e4e4e; background-color: #4e4e4e;
} }
QGraphicsView:focus { QGraphicsView:focus {
background-color: #5f5f5f; background-color: #5f5f5f;
} }

View File

@@ -106,5 +106,4 @@
<name>Qt3Support module</name> <name>Qt3Support module</name>
</value> </value>
</variable> </variable>
</proiteminfo> </proiteminfo>

View File

@@ -1,6 +1,6 @@
include(../ssh.pri) include(../ssh.pri)
TARGET=sftp TARGET = sftp
SOURCES=main.cpp sftptest.cpp argumentscollector.cpp SOURCES = main.cpp sftptest.cpp argumentscollector.cpp
HEADERS=sftptest.h argumentscollector.h parameters.h HEADERS = sftptest.h argumentscollector.h parameters.h