Skip to content
Snippets Groups Projects
Commit b23eb4d3 authored by jpbl's avatar jpbl
Browse files

*** empty log message ***

parent f523f7bb
Branches
Tags
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -21,8 +21,11 @@
#ifndef SFLPHONEGUI_ACCOUNT_H
#define SFLPHONEGUI_ACCOUNT_H
class Call;
class Account {
public:
void call(const std::string &to);
void register(){};
void unregister(){};
};
......
......@@ -44,7 +44,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/../../audio/pacpp/include/ $(QT_INCLUD
%.h: %.ui
$(UIC) -o $@ $<
%moc.cpp: %.h
moc_%.cpp: %.h
$(MOC) -o $@ $<
%ui.cpp: %.ui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment