mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +00:00
The class of work with contacts is added.
This commit is contained in:
parent
5987f42996
commit
1a21f566f8
@ -16,7 +16,9 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
network.cpp
|
||||
network.cpp \
|
||||
contactmanager.cpp
|
||||
|
||||
HEADERS += \
|
||||
network.h
|
||||
network.h \
|
||||
contactmanager.h
|
||||
|
6
src/contactmanager.cpp
Normal file
6
src/contactmanager.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "contactmanager.h"
|
||||
|
||||
ContactManager::ContactManager()
|
||||
{
|
||||
|
||||
}
|
11
src/contactmanager.h
Normal file
11
src/contactmanager.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef CONTACTMANAGER_H
|
||||
#define CONTACTMANAGER_H
|
||||
|
||||
|
||||
class ContactManager
|
||||
{
|
||||
public:
|
||||
ContactManager();
|
||||
};
|
||||
|
||||
#endif // CONTACTMANAGER_H
|
Loading…
Reference in New Issue
Block a user