X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAuthor.h;h=108a701e825300144ede07a05a032d6e36040e8e;hb=5a8e91d1c5381d8c152b12269707b547d5241624;hp=6915318531802f2eea40536bc50ac0227ef984d9;hpb=86bd1cd641daade1524a6edf7b3f733117e8afc7;p=lyx.git diff --git a/src/Author.h b/src/Author.h index 6915318531..108a701e82 100644 --- a/src/Author.h +++ b/src/Author.h @@ -32,6 +32,8 @@ public: /// docstring email() const { return email_; } /// + docstring nameAndEmail() const; + /// int bufferId() const { return buffer_id_; } /// void setBufferId(int buffer_id) const { buffer_id_ = buffer_id; }