qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Functions
toxsave.cpp File Reference
#include "toxsave.h"
#include "src/widget/gui.h"
#include "src/widget/tool/profileimporter.h"
#include <QCoreApplication>
Include dependency graph for toxsave.cpp:

Go to the source code of this file.

Functions

bool toxSaveEventHandler (const QByteArray &eventData)
 
bool handleToxSave (const QString &path)
 Import new profile. More...
 

Function Documentation

◆ handleToxSave()

bool handleToxSave ( const QString &  path)

Import new profile.

Note
Will wait until the core is ready first.
Parameters
pathPath to .tox file.
Returns
True if import success, false, otherwise.

Definition at line 41 of file toxsave.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toxSaveEventHandler()

bool toxSaveEventHandler ( const QByteArray &  eventData)

Definition at line 25 of file toxsave.cpp.

Here is the call graph for this function: