Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
2896f058
Commit
2896f058
authored
Jan 01, 2015
by
Fabio Bas
Browse files
Merge remote-tracking branch 'upstream/master' into message_log
Conflicts: servatrice/CMakeLists.txt
parents
c875054f
16bbc5e8
Changes
42
Hide whitespace changes
Inline
Side-by-side
servatrice/src/servatrice.h
View file @
2896f058
...
...
@@ -68,7 +68,11 @@ public:
Servatrice_IslServer
(
Servatrice
*
_server
,
const
QSslCertificate
&
_cert
,
const
QSslKey
&
_privateKey
,
QObject
*
parent
=
0
)
:
QTcpServer
(
parent
),
server
(
_server
),
cert
(
_cert
),
privateKey
(
_privateKey
)
{
}
protected:
#if QT_VERSION < 0x050000
void
incomingConnection
(
int
socketDescriptor
);
#else
void
incomingConnection
(
qintptr
socketDescriptor
);
#endif
};
class
ServerProperties
{
...
...
travis-compile.sh
View file @
2896f058
...
...
@@ -6,7 +6,7 @@ mkdir build
cd
build
prefix
=
""
if
[[
$TRAVIS_OS_NAME
==
"osx"
&&
$QT4
==
0
]]
;
then
prefix
=
"-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.
3.2
/"
prefix
=
"-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.
4.0
/"
fi
cmake ..
-DWITH_SERVER
=
1
-DWITH_QT4
=
$QT4
$prefix
make
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment