Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mobile Datovka
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Datovka projects
mobile Datovka
Commits
d15998a8
Commit
d15998a8
authored
Feb 21, 2018
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IsdsSession is no longer derived from QObject.
parent
75b49a88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
src/net/isds_session.cpp
src/net/isds_session.cpp
+3
-4
src/net/isds_session.h
src/net/isds_session.h
+5
-5
No files found.
src/net/isds_session.cpp
View file @
d15998a8
/*
* Copyright (C) 2014-201
7
CZ.NIC
* Copyright (C) 2014-201
8
CZ.NIC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -28,9 +28,8 @@
#include "src/net/isds_const.h"
#include "src/net/isds_session.h"
IsdsSession
::
IsdsSession
(
QObject
*
parent
)
:
QObject
(
parent
),
isdsCtxMap
()
IsdsSession
::
IsdsSession
(
void
)
:
isdsCtxMap
()
{
}
...
...
src/net/isds_session.h
View file @
d15998a8
/*
* Copyright (C) 2014-201
7
CZ.NIC
* Copyright (C) 2014-201
8
CZ.NIC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -24,7 +24,7 @@
#ifndef _ISDS_SESSION_H_
#define _ISDS_SESSION_H_
#include <Q
Object>
#include <Q
CoreApplication>
/* Q_DECLARE_TR_FUNCTIONS */
#include <QNetworkCookie>
#include <QSslCertificate>
#include <QSslKey>
...
...
@@ -41,8 +41,8 @@
* Class IsdsSession holds and manages isds contexts of accounts.
* Class is initialised and used in the IsdsWrapper class (isds_wrapper.h)
*/
class
IsdsSession
:
public
QObject
{
Q_
OBJECT
class
IsdsSession
{
Q_
DECLARE_TR_FUNCTIONS
(
IsdsSession
)
public:
/*!
...
...
@@ -69,7 +69,7 @@ public:
/*!
* @brief Constructor.
*/
explicit
IsdsSession
(
QObject
*
parent
=
Q_NULLPTR
);
IsdsSession
(
void
);
/*!
* @brief Holds isds context for all accounts (username = key)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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