Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
b23eb4d3
Commit
b23eb4d3
authored
19 years ago
by
jpbl
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
f523f7bb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sflphonegui-uml.xmi
+2020
-178
2020 additions, 178 deletions
sflphonegui-uml.xmi
src/gui/official/account.h
+3
-0
3 additions, 0 deletions
src/gui/official/account.h
src/gui/qt/Makefile.am
+1
-1
1 addition, 1 deletion
src/gui/qt/Makefile.am
with
2024 additions
and
179 deletions
sflphonegui-uml.xmi
+
2020
−
178
View file @
b23eb4d3
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
src/gui/official/account.h
+
3
−
0
View file @
b23eb4d3
...
...
@@ -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
(){};
};
...
...
This diff is collapsed.
Click to expand it.
src/gui/qt/Makefile.am
+
1
−
1
View file @
b23eb4d3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment